[box-tests] Added a couple of reproducers for KT-52795
This commit is contained in:
+12
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user