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 paramInfoAsSeenFrom argument in typedAppliedTypeTree
The asSeenFrom is always wrt the type-constructor, not its prefix. This
is because the parameter is treated as a member of the type constructor.
It is strange that no test case caught this.
0 commit comments