mirror of
https://github.com/golang/go
synced 2024-11-19 04:04:47 -07:00
10 lines
132 B
Go
10 lines
132 B
Go
|
package nodisk
|
||
|
|
||
|
import (
|
||
|
"golang.org/x/tools/internal/lsp/foo"
|
||
|
)
|
||
|
|
||
|
func _() {
|
||
|
foo.Foo() //@complete("F", Foo, IntFoo, StructFoo)
|
||
|
}
|