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