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