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