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