blob: 43eec9b400c6916e71b46fbd253ff03a7b40a0a9 [file] [log] [blame]
package p;
public class QualifiedIncrementsParameter {
private int test;
public QualifiedIncrementsParameter() {
}
public int getTest() {
return test;
}
public void setTest(int test) {
this.test = test;
}
}