FIR: Remove recursive processAllContainingCallCandidates
This commit is contained in:
committed by
teamcity
parent
bb13583862
commit
1593dd2514
-2
@@ -459,12 +459,10 @@ fun FirStatement.processAllContainingCallCandidates(processBlocks: Boolean, proc
|
||||
}
|
||||
|
||||
is FirQualifiedAccessExpression -> {
|
||||
explicitReceiver?.processAllContainingCallCandidates(processBlocks, processor)
|
||||
processCandidateIfApplicable(processor, processBlocks)
|
||||
}
|
||||
|
||||
is FirVariableAssignment -> {
|
||||
explicitReceiver?.processAllContainingCallCandidates(processBlocks, processor)
|
||||
processCandidateIfApplicable(processor, processBlocks)
|
||||
rValue.processAllContainingCallCandidates(processBlocks, processor)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user