17ccbecc61
Closes https://github.com/dart-lang/sdk/pull/50763 GitOrigin-RevId: ee6187bc11c8211402b6aa722eb2c0826cba3d5b Change-Id: I598004024a89e25710b9f16749ffb7c6fd6753c2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/276340 Reviewed-by: Erik Ernst <eernst@google.com> Commit-Queue: Erik Ernst <eernst@google.com>
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.