Sign in
go
/
tools
/
5492d01d98d3be4e014a66fc31953c04cc38c8c8
/
.
/
internal
/
lsp
/
testdata
/
rename
/
testy
/
testy.go
blob: e46dc06cda2b1d5062925f84fa113f3d18ad2757 [
file
] [
log
] [
blame
]
package testy
type tt int
//@rename("tt", "testyType")
func a() {
foo := 42
//@rename("foo", "bar")
}