Add source range test around multi-line calls

This commit is contained in:
Mikhail Glukhikh
2023-10-12 13:47:53 +02:00
committed by Space Team
parent 0fb4c9b4fe
commit 7c66a3dc65
6 changed files with 264 additions and 0 deletions
@@ -61,6 +61,12 @@ public class ClassicJvmIrSourceRangesTestGenerated extends AbstractClassicJvmIrS
runTest("compiler/testData/ir/sourceRanges/kt24258.kt");
}
@Test
@TestMetadata("multiLineCall.kt")
public void testMultiLineCall() throws Exception {
runTest("compiler/testData/ir/sourceRanges/multiLineCall.kt");
}
@Test
@TestMetadata("operators.kt")
public void testOperators() throws Exception {