JVM_IR: add a transformChildren call to PropertyReferenceLowering
#KT-42354 Fixed
This commit is contained in:
Generated
+5
@@ -2341,6 +2341,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
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");
|
||||
|
||||
Generated
+5
@@ -2341,6 +2341,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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");
|
||||
|
||||
+5
@@ -2341,6 +2341,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
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