tree: fc2e6269f450b5c34f31c0c702aa8c3f76b9fab2 [path history] [tgz]
  1. implicit_const_context_constructor_generic_named_test.dart
  2. implicit_const_context_constructor_generic_test.dart
  3. implicit_const_context_constructor_named_test.dart
  4. implicit_const_context_constructor_test.dart
  5. implicit_const_context_list_test.dart
  6. implicit_const_context_map_test.dart
  7. implicit_const_context_not_test.dart
  8. implicit_const_context_prefix_constructor_generic_named_test.dart
  9. implicit_const_context_prefix_constructor_generic_test.dart
  10. implicit_const_context_prefix_constructor_named_test.dart
  11. implicit_const_context_prefix_constructor_test.dart
  12. implicit_const_not_default_values_test.dart
  13. implicit_new_constructor_generic_named_test.dart
  14. implicit_new_constructor_generic_test.dart
  15. implicit_new_constructor_named_test.dart
  16. implicit_new_constructor_test.dart
  17. implicit_new_or_const_composite_test.dart
  18. implicit_new_or_const_generic_test.dart
  19. implicit_new_or_const_test.dart
  20. implicit_new_prefix_constructor_generic_named_test.dart
  21. implicit_new_prefix_constructor_generic_test.dart
  22. implicit_new_prefix_constructor_named_test.dart
  23. implicit_new_prefix_constructor_test.dart
  24. README.md
tests/language_2/implicit_creation/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.