DEBSOURCES
Skip Quicknav
sources / golang-1.24 / 1.24.4-3 / test / fixedbugs / issue43551.dir / a.go
12345678910111213
package a type S struct { a Key } func (s S) A() Key { return s.a } type Key struct { key int64 }