JVM_IR: add a transformChildren call to PropertyReferenceLowering
#KT-42354 Fixed
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user