interface Test { class Nested { void test(){ System.out.println(); } } }