xref
: /
aosp_15_r20
/
prebuilts
/
go
/
linux-x86
/
test
/
fixedbugs
/
issue16133.dir
/
a1.go
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package
a
2
3
type
X
string
4
5
func
NewX
()
X
{
6
return
""
7
}
8