github.com/v2fly/tools@v0.100.0/internal/lsp/testdata/rename/testy/testy_test.go (about)

     1  package testy
     2  
     3  import "testing"
     4  
     5  func TestSomething(t *testing.T) {
     6  	var x int //@rename("x", "testyX")
     7  	a()       //@rename("a", "b")
     8  }