JVM_IR: handle property references at class level

This commit is contained in:
Georgy Bronnikov
2019-12-11 16:52:04 +03:00
parent 8d303af395
commit 92c2cfa968
8 changed files with 46 additions and 1 deletions
@@ -2456,6 +2456,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/callableReference/property/genericProperty.kt");
}
@TestMetadata("inEnum.kt")
public void testInEnum() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/property/inEnum.kt");
}
@TestMetadata("invokePropertyReference.kt")
public void testInvokePropertyReference() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/property/invokePropertyReference.kt");