JVM_IR: do not inherit delegated property trackers
This is no longer needed now that lambdas are generated before `$$delegatedProperties`.
This commit is contained in:
+5
@@ -1739,6 +1739,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
|
||||
runTest("compiler/testData/codegen/boxInline/delegatedProperty/local.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("localDeclaredInLambda.kt")
|
||||
public void testLocalDeclaredInLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/delegatedProperty/localDeclaredInLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("localInAnonymousObject.kt")
|
||||
public void testLocalInAnonymousObject() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/delegatedProperty/localInAnonymousObject.kt");
|
||||
|
||||
Reference in New Issue
Block a user