blob: 33ec47a32bfae61c22537cb3ea8f7c5abc5ced49 [file] [log] [blame]
class Temp {
void test(int p) {
p = 1;
System.out.print(p);
}
}