-
Notifications
You must be signed in to change notification settings - Fork 224
Open
Labels
featureProposed language feature that solves one or more problemsProposed language feature that solves one or more problemssmall-featureA small feature which is relatively cheap to implement.A small feature which is relatively cheap to implement.
Description
Dart does not currently support using the &&
and ||
operators in assignments.
It allows other non-short-circuiting binary operators, and it allows ??=
, which is short-circuiting.
Users have expressed surprise that those two are not supported.
This is a solution to #23.
See https://dart-review.googlesource.com/c/sdk/+/43500/ for a specification.
Sacchid, rkj, n8crwlr, slovnicki, skalkin and 9 moremateusfccp
Metadata
Metadata
Assignees
Labels
featureProposed language feature that solves one or more problemsProposed language feature that solves one or more problemssmall-featureA small feature which is relatively cheap to implement.A small feature which is relatively cheap to implement.