Sign in
go
/
tools
/
cd1d0887dc8cfcfb844340a5fce628c61da00a20
/
.
/
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")
}