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
In, e.g., &T <: node foo(&T <: node t) = t, it is currently required to repeat the bound <: node in the return type, while the bound is fixed at the formal parameter. It would be great if we could remove the mandatory repetition.