blob: 4f68bd43938b58c02f540f8cb306679b9cd51460 [file] [log] [blame]
public class Uninit2 {
Object a;
Uninit2() {
a = new Object();
}
}