fix: iterate on global type analyis when necessary (#335)
This commit is contained in:
committed by
Ludovic Fernandez
parent
a4e15d7788
commit
869b6d2850
@@ -13,3 +13,6 @@ type S2 struct {
|
||||
func main() {
|
||||
fmt.Println(S2{})
|
||||
}
|
||||
|
||||
// Output:
|
||||
// {<nil>}
|
||||
|
||||
Reference in New Issue
Block a user