blob: b2ef4536238757f7d001dce7165b82c188571105 [file] [log] [blame]
package p;
public class A {
static int f= 0;
void m(){
p.A.f= 0; /**/
}
}