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