class Test { private int i; public Test(int i) { this.i = i; } }