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