Test reification of type parameters into Array(size, init)

(cherry picked from commit 6daa61ef5f)
This commit is contained in:
pyos
2019-04-30 11:53:33 +02:00
committed by Mikhael Bogdanov
parent 3171129c3c
commit 4d9661890a
4 changed files with 25 additions and 0 deletions
@@ -2604,6 +2604,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/codegen/boxInline/reified"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.ANY, true);
}
@TestMetadata("arrayConstructor.kt")
public void testArrayConstructor() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/arrayConstructor.kt");
}
@TestMetadata("capturedLambda.kt")
public void testCapturedLambda() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/capturedLambda.kt");