dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.23k stars 1.57k forks source link

[Enum Shorthands][meta] Enum shorthands implementation #57036

Open kallentu opened 6 hours ago

kallentu commented 6 hours ago

Enum shorthands

This issue tracks the implementation of the wildcard variables feature.

References

Work Items

dart-github-bot commented 6 hours ago

Summary: This issue tracks the implementation of enum shorthands, a feature that allows for more concise enum value declaration. The issue includes references to the original proposal, feature specification, project, and test tracking sheet.