blob: 3056438f6c8959e14a2b8b915cf223e9d94238a6 [file] [log] [blame]
package p;
class A{
void m(int j, int i2){
int temp= j + i2;
}
}