blob: 325328e2f7eb3bcf8662737af5ff908d775a2864 [file] [log] [blame]
public class firstClass {int a;Object o;void myMethod() {if (a < 2){doSomething();doSomethingElse();} else {doThisFinally();}}}