[Common IR] Forward the extension receiver in the reified wrapper

^KT-53672 Fixed
This commit is contained in:
Alexander Korepanov
2022-08-30 12:58:48 +02:00
committed by Space
parent d822d3e7c6
commit 01507281a2
10 changed files with 179 additions and 3 deletions
@@ -2850,6 +2850,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
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 {