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