FIR: Add fixes after review

This commit is contained in:
Denis Zharkov
2020-04-01 19:02:48 +03:00
parent 426609a133
commit 177abe9f87
2 changed files with 2 additions and 4 deletions
@@ -90,9 +90,7 @@ class FirTowerResolverSession internal constructor(
): ProcessorAction {
manager.requestGroup(group)
val levelHandler =
LevelHandler(
)
val levelHandler = TowerLevelHandler()
return levelHandler.handleLevel(
callInfo, explicitReceiverKind, group,
@@ -35,7 +35,7 @@ internal class CandidateFactoriesAndCollectors(
typealias EnqueueTasksForInvokeReceiverCandidates = () -> Unit
internal class LevelHandler {
internal class TowerLevelHandler {
// Try to avoid adding additional state here
private var processResult = ProcessorAction.NONE