[box-tests] Added a test

This commit is contained in:
Igor Chevdar
2020-10-07 22:59:30 +05:00
parent 27aed0ccbc
commit 23d12a717e
11 changed files with 70 additions and 0 deletions
@@ -2657,6 +2657,11 @@ public class IrJsCodegenInlineES6TestGenerated extends AbstractIrJsCodegenInline
runTest("compiler/testData/codegen/boxInline/reified/capturedLambda2.kt");
}
@TestMetadata("dontSubstituteNonReified.kt")
public void testDontSubstituteNonReified() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/dontSubstituteNonReified.kt");
}
@TestMetadata("kt15956.kt")
public void testKt15956() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/kt15956.kt");
@@ -2657,6 +2657,11 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
runTest("compiler/testData/codegen/boxInline/reified/capturedLambda2.kt");
}
@TestMetadata("dontSubstituteNonReified.kt")
public void testDontSubstituteNonReified() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/dontSubstituteNonReified.kt");
}
@TestMetadata("kt15956.kt")
public void testKt15956() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/kt15956.kt");
@@ -2657,6 +2657,11 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
runTest("compiler/testData/codegen/boxInline/reified/capturedLambda2.kt");
}
@TestMetadata("dontSubstituteNonReified.kt")
public void testDontSubstituteNonReified() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/dontSubstituteNonReified.kt");
}
@TestMetadata("kt15956.kt")
public void testKt15956() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/kt15956.kt");