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