mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
…
|
||
---|---|---|
.. | ||
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.