Properly handle vararg interpretation for classic frontend
#KT-55108 Fixed
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user