blob: 3987d358cee8d686d7d105acbba4dca8e155a516 [file] [log] [blame]
package other
import (
references "golang.org/x/tools/internal/lsp/references"
)
func _() {
references.Q = "hello" //@mark(assignExpQ, "Q")
bob := func(_ string) {}
bob(references.Q) //@mark(bobExpQ, "Q")
}