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:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user