JVM IR: fix compound access to JvmField properties

This commit is contained in:
Alexander Udalov
2019-02-05 18:14:27 +01:00
committed by Alexander Udalov
parent 5c807266f6
commit 4bfa98144b
5 changed files with 40 additions and 3 deletions
@@ -14333,6 +14333,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/jvmField/classFieldReflection.kt");
}
@TestMetadata("compoundAccess.kt")
public void testCompoundAccess() throws Exception {
runTest("compiler/testData/codegen/box/jvmField/compoundAccess.kt");
}
@TestMetadata("constructorProperty.kt")
public void testConstructorProperty() throws Exception {
runTest("compiler/testData/codegen/box/jvmField/constructorProperty.kt");