blob: 49eaa258edc8be7e8aa6ea0ce9c1c3883b0bdd84 [file] [log] [blame]
public class firstClass {
int a;
Object o;
void myMethod() {
if (i == 0) {
doSomething();
doSomethingElse();
} else {
doThisFinally();
}
}
}