[NI] Run call checkers on resolved calls for callable references

#KT-34391 Fixed
This commit is contained in:
Pavel Kirpichenkov
2019-11-06 14:15:03 +03:00
parent f444702cf3
commit ff32eab3d1
5 changed files with 49 additions and 0 deletions
@@ -311,6 +311,8 @@ class ResolvedAtomCompleter(
topLevelCallContext.trace,
callableReferenceExpression
)
kotlinToResolvedCallTransformer.runCallCheckers(resolvedCall, topLevelCallCheckerContext)
}
private fun completeCollectionLiteralCalls(collectionLiteralArgument: ResolvedCollectionLiteralAtom) {