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
I'm thinking it may make sense if interface declarations have to include the required supertype, like:
@interface SomeInterface SomeType conditions docs
For interfaces without supertypes, like iteration, this would be Any
@interface IterationInterface Any conditions docs
Originally this was not included because the Any case is redundant. But now I think it might be nicely self documenting -
wherever there is Any its a trait only interface.
I'm thinking it may make sense if interface declarations have to include the required supertype, like:
@interface SomeInterface SomeType conditions docs
For interfaces without supertypes, like iteration, this would be
Any
@interface IterationInterface Any conditions docs
Originally this was not included because the
Any
case is redundant. But now I think it might be nicely self documenting -wherever there is
Any
its a trait only interface.@gdalle any thoughts?
The text was updated successfully, but these errors were encountered: