[Tests] Add test for KT-44199

^KT-44199 Fixed
This commit is contained in:
Vladimir Sukharev
2024-03-06 11:05:12 +01:00
committed by Space Team
parent 1ad0872958
commit a9af52c288
22 changed files with 143 additions and 0 deletions
@@ -14085,6 +14085,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/delegation/kt30102_comparable.kt");
}
@Test
@TestMetadata("kt44199.kt")
public void testKt44199() {
runTest("compiler/testData/codegen/box/delegation/kt44199.kt");
}
@Test
@TestMetadata("kt8154.kt")
public void testKt8154() {
@@ -14085,6 +14085,12 @@ public class FirJsES6CodegenBoxTestGenerated extends AbstractFirJsES6CodegenBoxT
runTest("compiler/testData/codegen/box/delegation/kt30102_comparable.kt");
}
@Test
@TestMetadata("kt44199.kt")
public void testKt44199() {
runTest("compiler/testData/codegen/box/delegation/kt44199.kt");
}
@Test
@TestMetadata("kt8154.kt")
public void testKt8154() {
@@ -14085,6 +14085,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/delegation/kt30102_comparable.kt");
}
@Test
@TestMetadata("kt44199.kt")
public void testKt44199() {
runTest("compiler/testData/codegen/box/delegation/kt44199.kt");
}
@Test
@TestMetadata("kt8154.kt")
public void testKt8154() {
@@ -14085,6 +14085,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
runTest("compiler/testData/codegen/box/delegation/kt30102_comparable.kt");
}
@Test
@TestMetadata("kt44199.kt")
public void testKt44199() {
runTest("compiler/testData/codegen/box/delegation/kt44199.kt");
}
@Test
@TestMetadata("kt8154.kt")
public void testKt8154() {