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