You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix crash on implicit search involving higher-kinded types
Previously, the test case crashed because it tried to create an
AndType of `[X] =>> <?>` and `[X] =>> Any`, but AndTypes can only
contain value types. Fixed by moving the AndType creation after having
recursively simplified the bounds with `apply` which always produces a
value type.
0 commit comments