JVM_IR KT-47492 fix 'for' loop generation

This commit is contained in:
Dmitry Petrov
2021-06-28 16:21:39 +03:00
committed by TeamCityServer
parent 6993b86d3b
commit 768afc5ba4
11 changed files with 204 additions and 1 deletions
@@ -25203,6 +25203,21 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/ranges/kt37370a.kt");
}
@TestMetadata("kt47492.kt")
public void testKt47492() throws Exception {
runTest("compiler/testData/codegen/box/ranges/kt47492.kt");
}
@TestMetadata("kt47492a.kt")
public void testKt47492a() throws Exception {
runTest("compiler/testData/codegen/box/ranges/kt47492a.kt");
}
@TestMetadata("kt47492b.kt")
public void testKt47492b() throws Exception {
runTest("compiler/testData/codegen/box/ranges/kt47492b.kt");
}
@TestMetadata("multiAssignmentIterationOverIntRange.kt")
public void testMultiAssignmentIterationOverIntRange() throws Exception {
runTest("compiler/testData/codegen/box/ranges/multiAssignmentIterationOverIntRange.kt");