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#1932: Recognize 2.12.0-M3's new shape of spurious classOf[T] trees.
The scala/scala PR scala/scala#4749 changed
the shape of the spurious `Predef.classOf[T]` that reach the
`jsinterop` phase. Previously they looked like
`scala.this.Predef.classOf[T]`, where as now they are
`scala.Predef.classOf[T]`.
This commit generalizes the shapes of trees we recognize, so that
both patterns are matched.
(cherry picked from commit eefb50a)
0 commit comments