Support toString for AdaptedFunctionReference subclasses
Also make it serializable like other lambdas, suspend lambdas and normal callable references.
This commit is contained in:
@@ -147,7 +147,7 @@ class JvmRuntimeTypes(
|
||||
?: referencedFunction.dispatchReceiverParameter?.type,
|
||||
anonymousFunctionDescriptor.valueParameters.drop(receivers).map { it.type },
|
||||
null,
|
||||
referencedFunction.returnType!!,
|
||||
anonymousFunctionDescriptor.returnType!!,
|
||||
referencedFunction.isSuspend
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user