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