mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
Feature tests for optional const and optional new
This directory was created in order to hold tests pertaining to the
Dart feature that allows the new
and const
keywords on instance
creation expressions and composite literals (maps and lists) to be
omitted. For more details, please check the feature specifications
on
optional const
and on
optional new.