[FIR] fix compilation error (arose due to commit conflict)

This commit is contained in:
Mikhail Glukhikh
2019-12-05 18:25:17 +03:00
parent 6f222edb88
commit 53935db992
@@ -283,8 +283,7 @@ class FirCallResolver(
typeArguments = typeArguments, typeArguments = typeArguments,
session, session,
file, file,
implicitReceiverStack, implicitReceiverStack
container
) { it.resultType } ) { it.resultType }
val candidateFactory = CandidateFactory(this, callInfo) val candidateFactory = CandidateFactory(this, callInfo)
val candidates = mutableListOf<Candidate>() val candidates = mutableListOf<Candidate>()