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
Allow using clauses to introduce Scala-2 conversions
Notably, `(using A <:< B)` should introduce an implicit conversion.
Previously that did not work since we tried to elaborate the context
parameter as a `scala.Conversion`.
0 commit comments