[JS IR] Add deep copying for callable reference
Perform a deep copy of callable reference adapter on inline lowering ^KT-49844 Fixed
This commit is contained in:
committed by
Space
parent
7b41d382b8
commit
b82c306530
Generated
+6
@@ -36326,6 +36326,12 @@ public class ExternalTestGenerated extends AbstractExternalNativeBlackBoxTest {
|
||||
public void testInlineVarargInts() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/callableReference/adaptedReferences/inlineVarargInts.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("multipleCallableReferenceUsage.kt")
|
||||
public void testMultipleCallableReferenceUsage() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/callableReference/adaptedReferences/multipleCallableReferenceUsage.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
Reference in New Issue
Block a user