Source file test/fixedbugs/issue36085.dir/a.go

     1  package a
     2  
     3  type W = map[int32]interface{}
     4  

View as plain text