JVM_IR: do not inline reads of constructor arguments into accessors

This commit is contained in:
pyos
2021-07-27 12:40:48 +02:00
committed by Alexander Udalov
parent 2baf344f5f
commit e9b177352c
10 changed files with 59 additions and 10 deletions
@@ -13316,6 +13316,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
runTest("compiler/testData/codegen/box/delegatedProperty/delegateToAnotherWithSideEffects.kt");
}
@Test
@TestMetadata("delegateToConstructorParameter.kt")
public void testDelegateToConstructorParameter() throws Exception {
runTest("compiler/testData/codegen/box/delegatedProperty/delegateToConstructorParameter.kt");
}
@Test
@TestMetadata("delegateToGenericJavaProperty.kt")
public void testDelegateToGenericJavaProperty() throws Exception {