Sign in
go
/
tools
/
f269f537bcf2b5b9c218a3aa7e589a0d6215da05
/
.
/
gopls
/
internal
/
lsp
/
testdata
/
rename
/
crosspkg
/
another
/
another.go.golden
blob: d3fccdaf132b4106c692211e804a59bd6cf7c417 [
file
] [
log
] [
blame
]
--
G
-
rename
--
package
another
type
(
I
interface
{
G
()
}
C
struct
{
I
}
)
func
(
C
)
g
()
func _
()
{
var
x I
=
C
{}
x
.
G
()
//@rename("F", "G")
}