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