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