Sign in
go
/
tools
/
2be1a9a651318524d2de0a9fc38fcb424d2b34c1
/
.
/
gopls
/
internal
/
lsp
/
testdata
/
rename
/
issue39614
/
issue39614.go.in
blob: 8222db2c441628aac25c4104ce8e591a6836130a [
file
] [
log
] [
blame
]
package
issue39614
func fn
()
{
var
foo
bool
//@rename("foo","bar")
make
(
map
[
string
]
bool
if
true
{
}
}