Files
sdk/tests/language_2/implicit_creation
Lasse R.H. Nielsen 06439147c4 Update some tests to work better.
Add test for strong-mode only allowing super-chaining at the end of the initializer list.

Change-Id: Ic1c99f4f24738094eec14cb9c59354716f776b1e
Reviewed-on: https://dart-review.googlesource.com/40301
Commit-Queue: Lasse R.H. Nielsen <lrn@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Peter von der Ahé <ahe@google.com>
2018-02-15 08:43:34 +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.