public class Uninit2 {
    Object a;

    Uninit2() {
        a = new Object();
    }
}
