Sign in
go
/
tools
/
0e232fa9c3bc6a83f67fd1b8702e3feeef1d7a8e
/
.
/
internal
/
lsp
/
testdata
/
basiclit
/
basiclit.go
blob: ab895dc011cf7a8ae9241a2396ec72a988fdecbf [
file
]
package basiclit
func _() {
var a int
// something for lexical completions
_ = "hello."
//@complete(".")
_ = 1
//@complete(" //")
_ = 1.
//@complete(".")
_ = 'a'
//@complete("' ")
}