[FIR] fix compilation error (arose due to commit conflict)
This commit is contained in:
@@ -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>()
|
||||||
|
|||||||
Reference in New Issue
Block a user