blob: e039152086e3c2d07d03b79217469ab9b0e0d347 [file] [log] [blame]
class Test {
void method(int i) {
boolean isDirty = <selection>i == 0</selection> || otherTests();
}
}