JVM IR: fix compound access to JvmField properties
This commit is contained in:
committed by
Alexander Udalov
parent
5c807266f6
commit
4bfa98144b
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user