OpenGrok
Cross Reference: a1.go
xref
: /
prebuilts
/
go
/
linux-x86
/
test
/
fixedbugs
/
issue16133.dir
/
a1.go
Home
|
History
|
Annotate
|
Download
|
only in
issue16133.dir
1
package a
2
3
type X string
4
5
func NewX() X {
6
return ""
7
}
8