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