blob: 83e0ade6ad877f1bc189013f73af78fb37c531c5 [file] [log] [blame]
public class Test {
int a;
public Test(int a) {
this.a = a;
}
}