[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
@@ -14061,6 +14061,12 @@ public class FirWasmJsCodegenBoxTestGenerated extends AbstractFirWasmJsCodegenBo
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() {
@@ -14061,6 +14061,12 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest
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() {