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
Support interface and class bound parsing in generics
'::' is the separator for interface bounds in generic signatures, while ':' is the
separator for class bounds.
For example `<A::Interface_Bound>` or `<A:Class_Bound>`.
0 commit comments