Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201105173854-bc9fc8d8c4bc / internal / lsp / testdata / rename / bad / bad.go.in
1 package bad
2
3 type myStruct struct {
4 }
5
6 func (s *myStruct) sFunc() bool { //@rename("sFunc", "rFunc")
7         return s.Bad
8 }