blob: 7da6075c725cc90bad237130f02b71adca6d184e [file] [log] [blame]
public class Demo {
void foo(Integer i){
switch(i) {
case Types.CH<caret>
}
}
}
interface Types {
int CHAR = 2;
}