Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIR] Remove code that checks for
isInner
and origin
in `collectC…
…andidates` It will help to avoid filtering out of inner type aliases with noninner RHS: `inner typealias TA = List<T>` where `T` is an outer type parameter. `isInner` check is not actual because `ConstructorFilter` on a level above actually does the same check. The check on `FirDeclarationOrigin.SamConstructor` was introduced by 907ebb3, but the related test remains green if the check is removed. KT-73010
- Loading branch information