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