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