Sign in
go
/
tools
/
92d58ea4e734e02be542fe27eef6fb1a600e50f4
/
.
/
internal
/
lsp
/
testdata
/
rename
/
issue42134
/
1.go.golden
blob: 266aeef4b66bc8a9be225ea07564246659b8e706 [
file
] [
log
] [
blame
]
--
bar
-
rename
--
package
issue42134
func _
()
{
// bar computes things.
bar
:=
func
()
{}
bar
()
//@rename("foo", "bar")
}