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