K2: Approximate ILT in vararg expressions properly #KT-57487 Fixed

This commit is contained in:
Mikhail Glukhikh
2023-03-28 11:10:42 +02:00
committed by Space Team
parent dead2c8be8
commit 70c5978add
12 changed files with 196 additions and 6 deletions
@@ -2024,6 +2024,11 @@ public class KlibIrTextTestCaseGenerated extends AbstractKlibIrTextTestCase {
public void testVarInInit() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/VarInInit.kt");
}
@TestMetadata("VarargIntegerLiteral.kt")
public void testVarargIntegerLiteral() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/VarargIntegerLiteral.kt");
}
}
@TestMetadata("compiler/testData/ir/irText/js")