tree: 619c80c31c32ec02bfe33628410b9c06abf02c75 [path history] [tgz]
  1. README.md
tests/language_2/initializer_assert/README.md

Feature tests for assert in initializer lists

This directory was created in order to hold tests pertaining to the Dart feature which allows an assertion (assert(...)) to occur in the initializer list of a constructor, including const constructors. For more details, please check the language specification update.