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:
Generated
+5
@@ -1574,6 +1574,11 @@ public class IrJsCodegenInlineES6TestGenerated extends AbstractIrJsCodegenInline
|
||||
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");
|
||||
|
||||
Generated
+5
@@ -1574,6 +1574,11 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
|
||||
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");
|
||||
|
||||
+5
@@ -1574,6 +1574,11 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
|
||||
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