blob: 9ca0f4947260da3eda50d93bd75a011e4f4569ae [file] [log] [blame]
class Type {
private Short myField;
public void meth(Short p) {
myField = p;
}
}