KT-51247 Fix resolution of functional types with context receivers
This commit is contained in:
committed by
Space Team
parent
a4bde57d44
commit
08767d572b
+1
-1
@@ -56,7 +56,7 @@ class IrFunctionReferenceImpl(
|
||||
type,
|
||||
symbol,
|
||||
typeArgumentsCount,
|
||||
symbol.descriptor.valueParameters.size,
|
||||
symbol.descriptor.valueParameters.size + symbol.descriptor.contextReceiverParameters.size,
|
||||
reflectionTarget,
|
||||
origin
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user