Sign in
go
/
tools
/
e1e2965795e4255f51639d9a5418448a603b8913
/
.
/
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)
}
}