blob: 87673061e2e134a85bbbe6ef87b38a7f4d77d989 [file] [log] [blame]
package badstmt
import (
"golang.org/x/tools/internal/lsp/foo"
)
func _() {
go func() {
defer foo. //@complete(" //", Foo, IntFoo, StructFoo)
}
}