JVM_IR: add a transformChildren call to PropertyReferenceLowering

#KT-42354 Fixed
This commit is contained in:
pyos
2020-10-05 14:20:34 +02:00
committed by Alexander Udalov
parent b1bd138afb
commit a6d5c02d9b
9 changed files with 43 additions and 3 deletions
@@ -2996,6 +2996,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/callableReference/property/inEnum.kt");
}
@TestMetadata("inReceiverOfAnother.kt")
public void testInReceiverOfAnother() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/property/inReceiverOfAnother.kt");
}
@TestMetadata("invokePropertyReference.kt")
public void testInvokePropertyReference() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/property/invokePropertyReference.kt");