Add source range test around multi-line calls
This commit is contained in:
committed by
Space Team
parent
0fb4c9b4fe
commit
7c66a3dc65
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user