class Test extends Super{ Test(){} } class U { public static void main(String[] args) { new Test().main(); } }