Sign in
go
/
tools
/
74a3905de18414a87488a5f537e57494a9386ac8
/
.
/
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("' ")
}