//rename to: j
package p;
class A{
    void f(){
        int j, i;
    }
}