JVM_IR KT-47492 fix 'for' loop generation
This commit is contained in:
committed by
TeamCityServer
parent
6993b86d3b
commit
768afc5ba4
+15
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user