blob: 5826ad932958bbac44cc1399641bc0aecd5b0c99 [file] [log] [blame]
class A {
int getContentElementType() {
return 0;
}
void method() {
switch (<selection>getContentElementType()</selection>) {
default: throw new IllegalArgumentException("Wrong content type: " + getContentElementType());
}
}
}