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