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