blob: c1787bc9b99e1293864b3c2a10d493380ad463b9 [file] [log] [blame]
public class A {
public static class Inner {
public static final Integer field = new Integer(10);
}
}