blob: 9cd84251f6211d9faf1affdb1e4f06c657d0877c [file] [log] [blame]
public class firstClass {
int a;
Object o;
void myMethod() {
if (i == 0) { doSomething();
doSomethingElse();
} else {
if (right()) doThis();
else
if (left()) {
doThis();
doThat();
} else
if (up())
doThis();
else {
doThat();
doThat();
}
lastThing();
}
}
}