1586ac81a0
TEST=comment only change Fixes #48853 Change-Id: I1fd47b8f186514af95a49ef253170045c584f970 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/241963 Reviewed-by: Lasse Nielsen <lrn@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com> Reviewed-by: Slava Egorov <vegorov@google.com> Commit-Queue: Lasse Nielsen <lrn@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.