[p=169, null, left]public class test{ [p=169, null, left] static int i; [p=169, null, left] public int test(){ [p=169, null, left] i++; [p=169, null, left] return i; [p=169, null, left] } [p=169, null, left]public static void main(String args[]){ [p=169, null, left] Test test=new Test(); [p=169, null, left] test.test(); [p=169, null, left] System.out.println(test.test()); [p=169, null, left] } [p=169, null, left]}
|