go/internal/lsp/testdata/rename/testy/testy_test.go

9 lines
137 B
Go

package testy
import "testing"
func TestSomething(t *testing.T) {
var x int //@rename("x", "testyX")
a() //@rename("a", "b")
}