5a8afa76b1
Change-Id: Ib72fa4515ac29b66d90b237739f97219b98acda2 Reviewed-on: https://dart-review.googlesource.com/67282 Commit-Queue: Leaf Petersen <leafp@google.com> Reviewed-by: Mike Fairhurst <mfairhurst@google.com>
Feature tests for void
This directory was created in order to hold tests pertaining to the
Dart feature temporarily known as generalized void. This feature
allows the type void to occur in many locations where it was
previously a compile-time error, and it is intended to allow
developers to express the intent that the value of certain expressions
is of no interest, and help them to avoid using such values. For more
details, please check the
feature specification.