Sign in
◑
Theme
go
/
tools
/
eb44a2b3f02faf08d5fa3895c22afc3eb19308fc
/
.
/
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("' ")
}