You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type myInt int
type myStruct struct {
aaa int
bbb myInt // "myInt" scoped as "source.go"
ccc []myInt
ddd map[myInt]int // "myInt" scoped as "source.go"
}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: