blob: 252a45c4acc5fd6a567fb400773a4e030af34a49 [file] [log] [blame]
class Test {
public void meth(int pn, int p) {
p += pn;
}
}