DEBSOURCES
Skip Quicknav
sources / golang-golang-x-tools / 1%3A0.5.0%2Bds-1 / gopls / internal / lsp / testdata / rename / issue39614 / issue39614.go.in
12345678
package issue39614 func fn() { var foo bool //@rename("foo","bar") make(map[string]bool if true { } }