DEBSOURCES
Skip Quicknav
sources / golang-golang-x-tools / 1%3A0.1.0%2Bds-1 / internal / lsp / testdata / rename / bad / bad.go.in
12345678
package bad type myStruct struct { } func (s *myStruct) sFunc() bool { //@rename("sFunc", "rFunc") return s.Bad }