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:
pyos
2020-09-25 14:58:39 +02:00
committed by Alexander Udalov
parent 05c856f1f7
commit a6c62d3339
16 changed files with 97 additions and 40 deletions
@@ -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");