blob: cf88a29e10d910f0fbcb621d40fbebece756f887 [file] [log] [blame]
//cannot rename to i, i
package p;
class A{
int m(){
int i, /*[*/int j/*]*/;
return 0;
};
}