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