JVM_IR KT-47492 fix 'for' loop generation
This commit is contained in:
committed by
TeamCityServer
parent
6993b86d3b
commit
768afc5ba4
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+15
@@ -19942,6 +19942,21 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
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");
|
||||
|
||||
Generated
+15
@@ -19348,6 +19348,21 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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");
|
||||
|
||||
Generated
+15
@@ -19398,6 +19398,21 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
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