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