class Test { void method(int i) { boolean isDirty = i == 0 || otherTests(); } }