Properly handle vararg interpretation for classic frontend

#KT-55108 Fixed
This commit is contained in:
Ivan Kylchik
2022-11-23 12:39:25 +01:00
committed by Space Team
parent 98cb25605a
commit a1477983ba
4 changed files with 44 additions and 8 deletions
@@ -257,6 +257,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
runTest("compiler/testData/codegen/box/annotations/kt25489.kt");
}
@Test
@TestMetadata("kt55108.kt")
public void testKt55108() throws Exception {
runTest("compiler/testData/codegen/box/annotations/kt55108.kt");
}
@Test
@TestMetadata("mustBeDocumented.kt")
public void testMustBeDocumented() throws Exception {