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
We revoked allowing unnamed optional wildcard parameters to not have a default value.
So the following is an error:
intfoo([int _]) =>2;
// ^
Not sure if there were tests made for this one spec change, but we reverted this from the spec and I want to make sure that the co19 tests aren't testing for this behaviour. Feel free to close if this is already the case.
We revoked allowing unnamed optional wildcard parameters to not have a default value.
So the following is an error:
Not sure if there were tests made for this one spec change, but we reverted this from the spec and I want to make sure that the co19 tests aren't testing for this behaviour. Feel free to close if this is already the case.
Issue of this change: dart-lang/language#3807
cc. @sgrekhov @eernstg
The text was updated successfully, but these errors were encountered: