Merge: Rename annotations for the C/C++ compilers and linker to `cflags` and `ldflags`
[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 }