KT-27565 fix

This commit is contained in:
Dmitriy Novozhilov
2019-02-21 13:07:56 +03:00
parent cd2b8839b4
commit 3e147af3c0
7 changed files with 27 additions and 8 deletions
@@ -63,5 +63,6 @@ fun createOverloadingConflictResolver(
ConstraintSystemBuilderImpl.Companion::forSpecificity,
MutableResolvedCall<*>::createFlatSignature,
{ (it as? VariableAsFunctionResolvedCallImpl)?.variableCall },
{ DescriptorToSourceUtils.descriptorToDeclaration(it) != null }
{ DescriptorToSourceUtils.descriptorToDeclaration(it) != null },
null
)