(Un)mute and add tests for vararg codegen
This commit is contained in:
committed by
max-kammerer
parent
d22814f6da
commit
ac667403ef
+10
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user