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