blob: 49876d74ee2db9746844782c75df3fc28e383cc4 [file] [log] [blame]
//renaming to: j
package p;
class A{
int j;
int m(int k){
/*[*/int j= 0;/*]*/
return j + m(m(j));
};
}