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