[box-tests] Added a reproducer for KT-57053

This commit is contained in:
Igor Chevdar
2023-03-02 15:46:27 +02:00
committed by Space Team
parent 88f293d4a9
commit 99ec3215d9
19 changed files with 118 additions and 0 deletions
@@ -310,6 +310,11 @@ public class IrCodegenBoxInlineWasmTestGenerated extends AbstractIrCodegenBoxInl
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795_5.kt");
}
@TestMetadata("kt57053.kt")
public void testKt57053() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt57053.kt");
}
@TestMetadata("kt6007.kt")
public void testKt6007() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt6007.kt");