Sign in
go
/
tools
/
d4e30f1c225c14bd66e6b9f5db7b841024233459
/
.
/
internal
/
lsp
/
testdata
/
comments
/
comments.go
blob: e261cfd342adb3420fe64ca33e64f8507005129f [
file
] [
log
] [
blame
]
package comments
var p bool
//@complete(re"$")
func _() {
var a int
switch a {
case 1:
//@complete(re"$")
_ = a
}
var b chan int
select {
case <-b:
//@complete(re"$")
_ = b
}
var (
//@complete(re"$")
_ = a
)
}