[box-tests] Added a reproducer for KT-57053
This commit is contained in:
+6
@@ -350,6 +350,12 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
|
||||
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 {
|
||||
|
||||
Generated
+6
@@ -350,6 +350,12 @@ public class FirJsCodegenInlineTestGenerated extends AbstractFirJsCodegenInlineT
|
||||
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 {
|
||||
|
||||
+6
@@ -350,6 +350,12 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
|
||||
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 {
|
||||
|
||||
Generated
+6
@@ -350,6 +350,12 @@ public class IrJsES6CodegenInlineTestGenerated extends AbstractIrJsES6CodegenInl
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user