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