blob: 1e6077d7befb96612e68f563d55e38cc0bc3eff9 [file] [log] [blame]
public class Test {
final X x;
public Test() {
x = new X();
}
protected static class X {
}
}