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