Test for KT-2532 Exception on trying to override delegated member.
#KT-2532 Fixed
This commit is contained in:
@@ -122,6 +122,11 @@ public class ClassGenTest extends CodegenTestCase {
|
||||
blackBoxFile("classes/inheritedInnerClass.jet");
|
||||
}
|
||||
|
||||
public void testKt2532() throws Exception {
|
||||
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
|
||||
blackBoxFile("classes/kt2532.kt");
|
||||
}
|
||||
|
||||
public void testInitializerBlock() throws Exception {
|
||||
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
|
||||
blackBoxFile("classes/initializerBlock.jet");
|
||||
|
||||
Reference in New Issue
Block a user