blob: 6c74307944dd10f88c7fcb102beef401e0aa3072 [file] [log] [blame]
public class SomeClass {
public void foo() {
if ((x.getSomeLongValue == 100)
|| (x.getSomeOtherValue == 200)) {
y = 5;
}
}
}