[box-tests] Added a couple of reproducers for KT-52795

This commit is contained in:
Igor Chevdar
2022-07-20 14:54:40 +03:00
committed by Space
parent 412f07c55b
commit 8981eb85de
16 changed files with 220 additions and 0 deletions
@@ -40184,6 +40184,18 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt51950.kt");
}
@Test
@TestMetadata("kt52795.kt")
public void testKt52795() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795.kt");
}
@Test
@TestMetadata("kt52795_2.kt")
public void testKt52795_2() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795_2.kt");
}
@Test
@TestMetadata("kt6007.kt")
public void testKt6007() throws Exception {