Sign in
go
/
tools
/
074820e17b39fd2279bcad5e07f9734aac976428
/
.
/
internal
/
lsp
/
testdata
/
rename
/
issue42134
/
1.go
blob: 056f8476a27ebdae27ba93b91ed2116745054f89 [
file
] [
log
] [
blame
]
package issue42134
func _() {
// foo computes things.
foo := func() {}
foo()
//@rename("foo", "bar")
}