blob: 309aa0e4c28259aeb65b083b9a913ac6a1489e9f [file] [log] [blame]
//no ref update
package p;
public class A {
static int g= 0;
void m(){
p.A.f= 0; /**/
}
}