Accepted Features #27154
Labels
area-language
Dart language related items (some items might be better tracked at github.com/dart-lang/language).
area-meta
Cross-cutting, high-level issues (for tracking many other implementation issues, ...).
closed-obsolete
Closed as the reported issue is no longer relevant
This bug tracks the accepted features for the language and libraries.
These are tentatively accepted features. This list is bound to change based on implementation complexities, new feedback, or unexpected corner-cases and interactions.
&&=
and||=
: Support "&&=" and "||=" operators #26996is
checks:o is expr
. "is" operator should support an expression on the right hand side #27680"\ud8xx"
. The escape sequence \uD is not valid code point #26620assert(x = true)
. Most implementations already did this.Make new optional #20750
const
context const at the top level of a structure should propagate down #4046void
as generic argument: Allow "void" as a type argument #27504?.
should count for the rest of the selectors (o?.x.y
should be correct) ?. operator should extend to remaining selectors #26240The text was updated successfully, but these errors were encountered: