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