Merge: doc: fixed some typos and other misc. corrections
[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 }