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
The operator overloading page should mention that @:op(a.b) only comes into effect on unknown field access.
We now have various field resolution mechanisms that should be documented by-priority, similar to identifier resolution. This includes field access on the type itself, @:forward, @:op(a.b) and both using and @:using.
The text was updated successfully, but these errors were encountered:
@:op(a.b)
only comes into effect on unknown field access.@:forward
,@:op(a.b)
and bothusing
and@:using
.The text was updated successfully, but these errors were encountered: