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