K2: Approximate ILT in vararg expressions properly #KT-57487 Fixed
This commit is contained in:
committed by
Space Team
parent
dead2c8be8
commit
70c5978add
+5
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user