Added a test for KT-56500
This commit is contained in:
+6
@@ -1208,6 +1208,12 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
|
||||
runTest("compiler/testData/codegen/boxInline/capture/kt48230_2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56500.kt")
|
||||
public void testKt56500() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/capture/kt56500.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("simpleCapturingInClass.kt")
|
||||
public void testSimpleCapturingInClass() throws Exception {
|
||||
|
||||
Generated
+6
@@ -1208,6 +1208,12 @@ public class FirJsCodegenInlineTestGenerated extends AbstractFirJsCodegenInlineT
|
||||
runTest("compiler/testData/codegen/boxInline/capture/kt48230_2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56500.kt")
|
||||
public void testKt56500() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/capture/kt56500.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("simpleCapturingInClass.kt")
|
||||
public void testSimpleCapturingInClass() throws Exception {
|
||||
|
||||
+6
@@ -1208,6 +1208,12 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
|
||||
runTest("compiler/testData/codegen/boxInline/capture/kt48230_2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56500.kt")
|
||||
public void testKt56500() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/capture/kt56500.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("simpleCapturingInClass.kt")
|
||||
public void testSimpleCapturingInClass() throws Exception {
|
||||
|
||||
Generated
+6
@@ -1208,6 +1208,12 @@ public class IrJsES6CodegenInlineTestGenerated extends AbstractIrJsES6CodegenInl
|
||||
runTest("compiler/testData/codegen/boxInline/capture/kt48230_2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56500.kt")
|
||||
public void testKt56500() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/capture/kt56500.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("simpleCapturingInClass.kt")
|
||||
public void testSimpleCapturingInClass() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user