1
0
mirror of https://github.com/golang/go synced 2024-11-19 09:44:46 -07:00
go/internal/lsp/testdata/rename/testy/testy.go

8 lines
105 B
Go
Raw Normal View History

package testy
type tt int //@rename("tt", "testyType")
func a() {
foo := 42 //@rename("foo", "bar")
}