FE: properly clear the deferred generator stack
Before this commit the stack wasn't cleared for read variable case. #KT-47168 Fixed
This commit is contained in:
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -5018,6 +5018,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/contracts/kt45236.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt47168.kt")
|
||||
public void testKt47168() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/contracts/kt47168.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaParameter.kt")
|
||||
public void testLambdaParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/contracts/lambdaParameter.kt");
|
||||
|
||||
Generated
+5
@@ -4424,6 +4424,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/contracts/kt45236.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt47168.kt")
|
||||
public void testKt47168() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/contracts/kt47168.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaParameter.kt")
|
||||
public void testLambdaParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/contracts/lambdaParameter.kt");
|
||||
|
||||
Generated
+5
@@ -4424,6 +4424,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/contracts/kt45236.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt47168.kt")
|
||||
public void testKt47168() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/contracts/kt47168.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaParameter.kt")
|
||||
public void testLambdaParameter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/contracts/lambdaParameter.kt");
|
||||
|
||||
Reference in New Issue
Block a user