//renaming to: j
package p;
class A{
    int i;
    void m(){
        int /*[*/j/*]*/=0;
        int u= j + this.i;
    };
}