blob: a2134c9d8fa47bb45e2854203408b84e3fcd347f [file] [log] [blame]
//renaming to: j
package p;
class A{
int i;
void m(int j){
this.i= j;
};
}