K2: reproduce KT-60111

This commit is contained in:
Mikhail Glukhikh
2023-10-02 11:58:49 +02:00
committed by Space Team
parent c4ec576a99
commit f38b8fd8cb
6 changed files with 74 additions and 0 deletions
@@ -61,6 +61,12 @@ public class ClassicJvmIrSourceRangesTestGenerated extends AbstractClassicJvmIrS
runTest("compiler/testData/ir/sourceRanges/kt24258.kt");
}
@Test
@TestMetadata("operators.kt")
public void testOperators() throws Exception {
runTest("compiler/testData/ir/sourceRanges/operators.kt");
}
@Test
@TestMetadata("postfixIncrementDecrement.kt")
public void testPostfixIncrementDecrement() throws Exception {