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
Use new extension syntax in scala.tasty.Reflection
Extension are placed within the module of the type. For example, the extension `Tree.pos`
will be available explicitly and in the documentation as `Tree.extension_pos`.
We still need to add an `given XYZOps as XYZ.type = XYZ` to make the extension methods available.
0 commit comments