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