[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
@@ -41594,6 +41594,12 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795_5.kt");
}
@Test
@TestMetadata("kt57053.kt")
public void testKt57053() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt57053.kt");
}
@Test
@TestMetadata("kt6007.kt")
public void testKt6007() throws Exception {
@@ -41078,6 +41078,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795_5.kt");
}
@Test
@TestMetadata("kt57053.kt")
public void testKt57053() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt57053.kt");
}
@Test
@TestMetadata("kt6007.kt")
public void testKt6007() throws Exception {