blob: fff5b25f9723353b3955ccf6ff2e8ea648326e49 [file] [log] [blame]
package p;
public class A {
public static class Inner{
public static void foo() {
}
public static int t= 1;
}
}