[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
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user