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