JVM_IR: fix accesses from crossinline lambdas in other packages again
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user