class AnonDerived { public static void main(String[] args) { new Super(){}; } }