blob: 14f918ddfdd03a9b28e4ae5c8391eef164a95c49 [file] [log] [blame]
//rename to: j, i
package p;
class A{
int m(int j, int i){
return j + i;
}
}