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
Denote prefix of constructor pats in type params 1/2
One part of the problem was that when you drill down to
the info of a member of a polymorphic class, you should
remember to push down the type params of the class by
re-wrapping the info of the member in a PolyType, so that,
then when you relativize the info of the member relative
to the class and its corresponding prefix (used as its
this type, which should thus have kind *), you also rewrite
the info of the type params, which may be affected as
illustrated by the test case (coming in 2/2).
Dotty has a neat solution through denotations, we need to take care...
0 commit comments