JVM_IR: fix accesses from crossinline lambdas in other packages again

This commit is contained in:
pyos
2020-03-09 15:21:04 +01:00
committed by max-kammerer
parent 7a1eb9214d
commit 2e542da91d
6 changed files with 64 additions and 23 deletions
@@ -4390,6 +4390,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
runTest("compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda/privateInCrossInline.kt");
}
@TestMetadata("protectedInCrossinline.kt")
public void testProtectedInCrossinline() throws Exception {
runTest("compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda/protectedInCrossinline.kt");
}
@TestMetadata("protectedMembersFromSuper.kt")
public void testProtectedMembersFromSuper() throws Exception {
runTest("compiler/testData/codegen/boxInline/syntheticAccessors/withinInlineLambda/protectedMembersFromSuper.kt");