blob: 3365160887021c83c6edfbd8e83121598d8fb7c8 [file] [log] [blame]
package a.b.c
import org.*
class A {
def foo() {
switch (<caret>){
}
}
}
-----
boolean
byte
char
double
false
float
int
long
new
null
short
super
this
true
void