blob: f9f99af0b4f598cb8877fc882bd18b479c8f594e [file] [log] [blame]
package bar
import "golang.org/x/tools/internal/lsp/foo"
func Bar() {
foo.Foo()
}