[FIR] Remove always-false check for type of candidate while collection candidates
This commit is contained in:
committed by
teamcity
parent
54f0794ce3
commit
a0260292ec
@@ -160,8 +160,6 @@ class MemberScopeTowerLevel(
|
|||||||
return@processScopeMembers
|
return@processScopeMembers
|
||||||
}
|
}
|
||||||
result += MemberWithBaseScope(candidate, this)
|
result += MemberWithBaseScope(candidate, this)
|
||||||
} else if (candidate is FirClassLikeSymbol<*>) {
|
|
||||||
result += MemberWithBaseScope(candidate, this)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return empty to result
|
return empty to result
|
||||||
|
|||||||
Reference in New Issue
Block a user