generation of inner classes inside object literal. #KT-2607 fixed

on the way ClassCodegen and MemberCodegen refactored out and injectors regenerated
This commit is contained in:
Alex Tkachman
2012-09-20 17:57:07 +03:00
parent 00d7a0a8ae
commit be09227569
12 changed files with 152 additions and 245 deletions
@@ -606,4 +606,9 @@ public class ClassGenTest extends CodegenTestCase {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxFileWithJava("regressions/kt2781.kt", true);
}
public void testKt2607() throws Exception {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxFile("regressions/kt2607.kt");
}
}