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