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