fix: iterate on global type analyis when necessary (#335)

This commit is contained in:
Marc Vertes
2019-08-22 17:36:23 +02:00
committed by Ludovic Fernandez
parent a4e15d7788
commit 869b6d2850
12 changed files with 115 additions and 13 deletions

View File

@@ -13,3 +13,6 @@ type S2 struct {
func main() {
fmt.Println(S2{})
}
// Output:
// {<nil>}