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