KT-27565 fix
This commit is contained in:
+2
-1
@@ -63,5 +63,6 @@ fun createOverloadingConflictResolver(
|
||||
ConstraintSystemBuilderImpl.Companion::forSpecificity,
|
||||
MutableResolvedCall<*>::createFlatSignature,
|
||||
{ (it as? VariableAsFunctionResolvedCallImpl)?.variableCall },
|
||||
{ DescriptorToSourceUtils.descriptorToDeclaration(it) != null }
|
||||
{ DescriptorToSourceUtils.descriptorToDeclaration(it) != null },
|
||||
null
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user