Sign in
go
/
tools.git
/
771dabf43312a29ffd9f1e7c9ed862c82c9bbf5e
/
.
/
internal
/
lsp
/
testdata
/
keywords
/
empty_switch.go
blob: 2004d55415db531aabcae0df96fb009d96a4619d [
file
]
package keywords
func _() {
switch {
//@complete("", case, default)
}
switch test.(type) {
d
//@complete(" //", default)
}
}