dart-sdk/tests/language_2/implicit_creation
Ahmed Ashour 1586ac81a0 Fix typos
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>
2022-04-28 12:53:43 +00:00
..
implicit_const_context_constructor_generic_named_test.dart
implicit_const_context_constructor_generic_test.dart
implicit_const_context_constructor_named_test.dart
implicit_const_context_constructor_test.dart
implicit_const_context_list_test.dart
implicit_const_context_map_test.dart
implicit_const_context_not_test.dart Fix typos 2022-04-28 12:53:43 +00:00
implicit_const_context_prefix_constructor_generic_named_test.dart
implicit_const_context_prefix_constructor_generic_test.dart
implicit_const_context_prefix_constructor_named_test.dart
implicit_const_context_prefix_constructor_test.dart
implicit_const_not_default_values_test.dart
implicit_new_constructor_generic_named_test.dart
implicit_new_constructor_generic_test.dart
implicit_new_constructor_named_test.dart
implicit_new_constructor_test.dart
implicit_new_or_const_composite_test.dart
implicit_new_or_const_generic_test.dart
implicit_new_or_const_test.dart
implicit_new_prefix_constructor_generic_named_test.dart
implicit_new_prefix_constructor_generic_test.dart
implicit_new_prefix_constructor_named_test.dart
implicit_new_prefix_constructor_test.dart
README.md

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.