mirror of
https://github.com/golang/go
synced 2024-11-06 19:46:20 -07:00
afc68fbc60
Change-Id: I3ee053cfc4b63f54b9bf43d0ce6a2bae713e3a0d Reviewed-on: https://go-review.googlesource.com/c/tools/+/172638 Run-TryBot: Ian Cottrell <iancottrell@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org>
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)
|
|
}
|