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
simplifies the implements statement (although this would loose some comp time guarantees of what the default value is - but we're not enforcing it now anyway)
easier for users to understand. if a concrete value is provided it's fairly easy to assume that it's filled at callsite - while the semantics are "interface with a contract which implements a default value for this parameter"
That's a good point. Maybe we should always enforce defaults to be
...
in interfacesOriginally posted by @charles-cooper in #3170 (comment)
per @fubuloubu #3170 (comment)
The text was updated successfully, but these errors were encountered: