[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
@@ -2912,6 +2912,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
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("kt11081.kt")
public void testKt11081() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/kt11081.kt");