Sign in
go
/
tools
/
c39ce2148d8ec966a8dff2790a54aa704dd38457
/
.
/
internal
/
lsp
/
testdata
/
badstmt
/
badstmt_3.go.in
blob: 656ad767384fd018c0b1b20eca234e69887beb58 [
file
] [
log
] [
blame
]
package
badstmt
import
(
"golang.org/x/tools/internal/lsp/foo"
)
func _
()
{
go foo
.
//@complete(" //", Foo, IntFoo, StructFoo)
}