Sign in
go
/
go.git
/
1f3c0eefd29c70a69f79b8a0bb98b9c71effe5ee
/
.
/
test
/
fixedbugs
/
issue16133.dir
/
a1.go
blob: 497cccf3633f957192c07ae58e63792754bc31d9 [
file
]
package a
type X string
func NewX() X {
return ""
}