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