[BE] Support until operator in back-ends

This commit is contained in:
Victor Petukhov
2022-05-24 10:15:03 +02:00
committed by teamcity
parent 2378979a99
commit 96d1f89836
17 changed files with 193 additions and 49 deletions
@@ -27397,6 +27397,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/operatorConventions/remOverModOperation.kt");
}
@TestMetadata("untilOperator.kt")
public void testUntilOperator() throws Exception {
runTest("compiler/testData/codegen/box/operatorConventions/untilOperator.kt");
}
@TestMetadata("compiler/testData/codegen/box/operatorConventions/compareTo")
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)