[box-tests] Another version of reproducer for KT-56965

This commit is contained in:
Igor Chevdar
2023-03-02 16:58:57 +02:00
committed by Space Team
parent 99ec3215d9
commit 315d9089b0
19 changed files with 124 additions and 0 deletions
@@ -1226,6 +1226,12 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
runTest("compiler/testData/codegen/boxInline/capture/kt56965.kt");
}
@Test
@TestMetadata("kt56965_2.kt")
public void testKt56965_2() throws Exception {
runTest("compiler/testData/codegen/boxInline/capture/kt56965_2.kt");
}
@Test
@TestMetadata("simpleCapturingInClass.kt")
public void testSimpleCapturingInClass() throws Exception {
@@ -1226,6 +1226,12 @@ public class FirJsCodegenInlineTestGenerated extends AbstractFirJsCodegenInlineT
runTest("compiler/testData/codegen/boxInline/capture/kt56965.kt");
}
@Test
@TestMetadata("kt56965_2.kt")
public void testKt56965_2() throws Exception {
runTest("compiler/testData/codegen/boxInline/capture/kt56965_2.kt");
}
@Test
@TestMetadata("simpleCapturingInClass.kt")
public void testSimpleCapturingInClass() throws Exception {
@@ -1226,6 +1226,12 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
runTest("compiler/testData/codegen/boxInline/capture/kt56965.kt");
}
@Test
@TestMetadata("kt56965_2.kt")
public void testKt56965_2() throws Exception {
runTest("compiler/testData/codegen/boxInline/capture/kt56965_2.kt");
}
@Test
@TestMetadata("simpleCapturingInClass.kt")
public void testSimpleCapturingInClass() throws Exception {
@@ -1226,6 +1226,12 @@ public class IrJsES6CodegenInlineTestGenerated extends AbstractIrJsES6CodegenInl
runTest("compiler/testData/codegen/boxInline/capture/kt56965.kt");
}
@Test
@TestMetadata("kt56965_2.kt")
public void testKt56965_2() throws Exception {
runTest("compiler/testData/codegen/boxInline/capture/kt56965_2.kt");
}
@Test
@TestMetadata("simpleCapturingInClass.kt")
public void testSimpleCapturingInClass() throws Exception {