JVM_IR: further refine synthetic accessor generation
References to protected members from crossinline lambdas in the same package do not need accessors.
This commit is contained in:
@@ -254,6 +254,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/maxStackAfterOptimizations.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noAccessorForProtectedInSamePackageCrossinline.kt")
|
||||
public void testNoAccessorForProtectedInSamePackageCrossinline() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/noAccessorForProtectedInSamePackageCrossinline.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noFlagAnnotations.kt")
|
||||
public void testNoFlagAnnotations() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/noFlagAnnotations.kt");
|
||||
|
||||
Reference in New Issue
Block a user