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