DEBSOURCES
Skip Quicknav
sources / golang-golang-x-tools / 1%3A0.1.0%2Bds-1 / internal / lsp / testdata / rename / testy / testy_test.go
12345678
package testy import "testing" func TestSomething(t *testing.T) { var x int //@rename("x", "testyX") a() //@rename("a", "b") }