Add tests for KT-52745
This commit is contained in:
+6
@@ -15229,6 +15229,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/delegation/mixed.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("sealedClass.kt")
|
||||
public void testSealedClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/sealedClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("simple.kt")
|
||||
public void testSimple() throws Exception {
|
||||
|
||||
Generated
+6
@@ -337,6 +337,12 @@ public class IrTextTestGenerated extends AbstractIrTextTest {
|
||||
runTest("compiler/testData/ir/irText/classes/dataClasses/dataClassesGeneric.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegationInSealed.kt")
|
||||
public void testDelegationInSealed() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/classes/dataClasses/delegationInSealed.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt31649.kt")
|
||||
public void testKt31649() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user