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
This would allow currying of type args, i.e. Foo[A][B]...[N]. However, as there cannot be more than one TypeParamClause for any type, class or trait, the syntax makes no sense and should be invalid.
For the same reason (A, B)[C] should also be invalid syntax, since that would be an alias for scala.Tuple2[A,B][C].