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
Fixscala-js/scala-js#4801: Rebase the super JS type as seen from the this type in JS super call.
When doing a super call to a method of a path-dependent JS super
class, the `superClass.typeRef` is only valid as seen from the
super class' thisType. We need to rebase it with `asSeenFrom` to
be in the context of the current class' thisType.
Forward port of the upstream commit
scala-js/scala-js@3cef9d0
0 commit comments