blob: ceaf43c2980707223afef327357b328232fe1c1d [file] [log] [blame]
package p;
class A{
static int g;
public static int getG() {
return g;
}
}