[FIR] Remove always-false check for type of candidate while collection candidates

This commit is contained in:
Victor Petukhov
2022-04-25 20:09:09 +03:00
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