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