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