// "Create class 'Inner'" "false" public class Test { public static void main() { new Inner(); } public static class Inner {} }