class Test { public static void main(String[] args) { class Inner1{}; class Inner2 {}; new Inner1(); } }