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