nitcc: detect S/R even if R/R conflict as a solution is to shift in case of S/R/R
[nit.git] / tests / test_jvm / Test2.java
1 package test_jvm;
2
3 public class Test2
4 {
5 int i;
6
7 public Test2(){this.i = 10;}
8 }