blob: 4bf28b31788cac94ec0201ed126dc2641391c02f [file] [log] [blame]
class Type {
private int myField;
public void meth(Integer p) {
myField = p;
}
}