Sign in
go
/
tools
/
cd7c003cd38984ebf592aa8e4755c832a8d632bf
/
.
/
internal
/
lsp
/
testdata
/
rename
/
issue42134
/
4.go
blob: c953520bc94725122c0829e1e759b7153834ce48 [
file
] [
log
] [
blame
]
package issue42134
func _() {
// a is equal to 5. Comment must stay the same
a := 5
_ = a
//@rename("a", "b")
}