[Common IR] Forward the extension receiver in the reified wrapper
^KT-53672 Fixed
This commit is contained in:
committed by
Space
parent
d822d3e7c6
commit
01507281a2
+6
@@ -3918,6 +3918,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/genericCallableReferenceArguments.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericCallableReferenceWithReifiedTypeParam.kt")
|
||||
public void testGenericCallableReferenceWithReifiedTypeParam() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/genericCallableReferenceWithReifiedTypeParam.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericCallableReferencesWithNullableTypes.kt")
|
||||
public void testGenericCallableReferencesWithNullableTypes() throws Exception {
|
||||
|
||||
+6
@@ -4032,6 +4032,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/genericCallableReferenceArguments.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericCallableReferenceWithReifiedTypeParam.kt")
|
||||
public void testGenericCallableReferenceWithReifiedTypeParam() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/genericCallableReferenceWithReifiedTypeParam.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericCallableReferencesWithNullableTypes.kt")
|
||||
public void testGenericCallableReferencesWithNullableTypes() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user