[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
+5
@@ -3428,6 +3428,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/genericCallableReferenceArguments.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericCallableReferenceWithReifiedTypeParam.kt")
|
||||
public void testGenericCallableReferenceWithReifiedTypeParam() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/genericCallableReferenceWithReifiedTypeParam.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericCallableReferencesWithNullableTypes.kt")
|
||||
public void testGenericCallableReferencesWithNullableTypes() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/callableReference/function/genericCallableReferencesWithNullableTypes.kt");
|
||||
|
||||
Reference in New Issue
Block a user