(Un)mute and add tests for vararg codegen

This commit is contained in:
Steven Schäfer
2019-07-30 15:45:59 +02:00
committed by max-kammerer
parent d22814f6da
commit ac667403ef
10 changed files with 68 additions and 9 deletions
@@ -2672,6 +2672,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
runTest("compiler/testData/codegen/boxInline/reified/arrayConstructor.kt");
}
@TestMetadata("arrayOf.kt")
public void testArrayOf() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/arrayOf.kt");
}
@TestMetadata("capturedLambda.kt")
public void testCapturedLambda() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/capturedLambda.kt");
@@ -2737,6 +2742,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
runTest("compiler/testData/codegen/boxInline/reified/kt8047.kt");
}
@TestMetadata("kt8047_2.kt")
public void testKt8047_2() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/kt8047_2.kt");
}
@TestMetadata("kt9637.kt")
public void testKt9637() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/kt9637.kt");