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