FIR2IR: fix origin calculation for explicit inc/dec calls
This commit is contained in:
committed by
Space Team
parent
f8ca440e96
commit
39406710b2
+5
@@ -2000,6 +2000,11 @@ public class KlibIrTextTestCaseGenerated extends AbstractKlibIrTextTestCase {
|
||||
runTest("compiler/testData/ir/irText/firProblems/ErrorInDefaultValue.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("explicitIncrement.kt")
|
||||
public void testExplicitIncrement() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/explicitIncrement.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("FakeOverrideInAnonymousWithDelegation.kt")
|
||||
public void testFakeOverrideInAnonymousWithDelegation() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/FakeOverrideInAnonymousWithDelegation.kt");
|
||||
|
||||
Reference in New Issue
Block a user