github.com/jhump/golang-x-tools@v0.0.0-20220218190644-4958d6d39439/internal/lsp/testdata/rename/testy/testy.go (about)

     1  package testy
     2  
     3  type tt int //@rename("tt", "testyType")
     4  
     5  func a() {
     6  	foo := 42 //@rename("foo", "bar")
     7  }