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