Files
sdk/tests/language_2/implicit_creation
Ahmed Ashour d6975c1905 master branch to main
Fixes #47190

TEST=None, only markdown files where edited.

Change-Id: Ife204f9c792b6bce30d0cd7bf2260ced11c8f2b4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213049
Reviewed-by: Nicholas Shahan <nshahan@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2021-09-15 06:22:23 +00:00
..
2021-09-15 06:22:23 +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.