mirror of
https://github.com/golang/go
synced 2024-11-19 06:24:41 -07:00
12 lines
153 B
Go
12 lines
153 B
Go
|
package badstmt
|
||
|
|
||
|
import (
|
||
|
"golang.org/x/tools/internal/lsp/foo"
|
||
|
)
|
||
|
|
||
|
func _() {
|
||
|
go func() {
|
||
|
defer foo. //@complete(" //", Foo, IntFoo, StructFoo)
|
||
|
}
|
||
|
}
|