blob: ac3a40879f5b73298696aae1775e329fc0301e28 [file] [log] [blame]
class Type {
private byte myField;
public void meth(byte pb, byte ps, byte pc, byte pi, byte pl, byte pf, byte pd) {
myField = pb;
myField = ps;
myField = pc;
myField = pi;
myField = pl;
myField = pf;
myField = pd;
}
}