// "Create Inner Class 'Generic'" "true" class Test { Test() { this (new Generic ()); } Test(String s){} private static class Generic { } }