Sign in
go
/
tools
/
dc038396d1f0c0a0a161c594201b868c8d35c8fe
/
.
/
go
/
analysis
/
passes
/
tests
/
testdata
/
src
/
b
/
b.go
blob: b654c05252e8150c3936870de0bb0205699f93d5 [
file
]
package b
type Foo struct {
}
func (f *Foo) F() {
}