Files
sdk/tests/language_2/implicit_creation
Lasse R.H. Nielsen 5ea271bb01 Clean up documentation of implicit new/const insertions tests.
Add Expect.allIdentical to complement Expect.allDistinct.

Change-Id: I65e4e0005f141434bd8fb47d9c60153f32b293aa
Reviewed-on: https://dart-review.googlesource.com/50421
Reviewed-by: Dmitry Stefantsov <dmitryas@google.com>
Commit-Queue: Lasse R.H. Nielsen <lrn@google.com>
2018-04-10 14:49:41 +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.