// "Do not try to create class Inner" "false" public class Test { public static void main() { new Test.Inner(); } public static class Inner {} }