contrib/jwrapper tests: add 2 tests with static properties and a generic class
[nit.git] / contrib / jwrapper / tests / testjvm.javap
1 Compiled from "TestJvm.java"
2 public class test_jvm.TestJvm {
3   public test_jvm.TestJvm();
4   public test_jvm.Test2 getTest();
5   public boolean isBool();
6   public char getC();
7   public int getI();
8   public float getF();
9 }