Files
sdk/tests/language_2/implicit_creation
Peter von der Ahé aade3541f7 Add some tests for implicit new/const instance creation.
Marked as failing everywhere.

Change-Id: I09d3502ab114c3c6b4f7f69913e34fd35377f7b5
Reviewed-on: https://dart-review.googlesource.com/33440
Reviewed-by: Erik Ernst <eernst@google.com>
2018-01-19 15:26:25 +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.