JVM_IR: fix wrong check in skipping captured vars
This commit is contained in:
+5
@@ -3966,6 +3966,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/closures/localClassLambdaClosure.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("localFunInInit.kt")
|
||||
public void testLocalFunInInit() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/closures/localFunInInit.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("localFunctionInFunction.kt")
|
||||
public void testLocalFunctionInFunction() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/closures/localFunctionInFunction.kt");
|
||||
|
||||
Reference in New Issue
Block a user