文件路径:/test/fixedbugs/issue43551.dir/a.go
package a type S struct { a Key } func (s S) A() Key { return s.a } type Key struct { key int64 }
go 源码目录
go b 源码