Sign in
go
/
tools
/
b182fdeb5a9e86b7d7857fecea90d70768bd9672
/
.
/
internal
/
lsp
/
testdata
/
cast
/
cast.go.in
blob: 7fe21903c0caccd99a3ddb0f04594e7c17e94274 [
file
] [
log
] [
blame
]
package
cast
func _
()
{
foo
:=
struct
{
x
int
}{
x
:
1
}
//@item(x_field, "x", "int", "field")
_
=
float64
(
foo
.
x
)
//@complete("x", x_field)
}
func _
()
{
foo
:=
struct
{
x
int
}{
x
:
1
}
_
=
float64
(
foo
.
//@complete(" /", x_field)
}