Add test for KT-48230

This commit is contained in:
pyos
2021-08-12 15:58:01 +02:00
committed by Space
parent 21f7e16ee6
commit 6d7eb2bd21
12 changed files with 77 additions and 0 deletions
@@ -1002,6 +1002,11 @@ public class IrJsCodegenInlineES6TestGenerated extends AbstractIrJsCodegenInline
runTest("compiler/testData/codegen/boxInline/capture/generics.kt");
}
@TestMetadata("kt48230.kt")
public void testKt48230() throws Exception {
runTest("compiler/testData/codegen/boxInline/capture/kt48230.kt");
}
@TestMetadata("simpleCapturingInClass.kt")
public void testSimpleCapturingInClass() throws Exception {
runTest("compiler/testData/codegen/boxInline/capture/simpleCapturingInClass.kt");
@@ -1002,6 +1002,11 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
runTest("compiler/testData/codegen/boxInline/capture/generics.kt");
}
@TestMetadata("kt48230.kt")
public void testKt48230() throws Exception {
runTest("compiler/testData/codegen/boxInline/capture/kt48230.kt");
}
@TestMetadata("simpleCapturingInClass.kt")
public void testSimpleCapturingInClass() throws Exception {
runTest("compiler/testData/codegen/boxInline/capture/simpleCapturingInClass.kt");
@@ -1002,6 +1002,11 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
runTest("compiler/testData/codegen/boxInline/capture/generics.kt");
}
@TestMetadata("kt48230.kt")
public void testKt48230() throws Exception {
runTest("compiler/testData/codegen/boxInline/capture/kt48230.kt");
}
@TestMetadata("simpleCapturingInClass.kt")
public void testSimpleCapturingInClass() throws Exception {
runTest("compiler/testData/codegen/boxInline/capture/simpleCapturingInClass.kt");