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