8e9e8e1da0
various kinds of functions. Closes-bug: #31887 Closes-bug: #30638 Closes-bug: #32233 Closes-bug: #32881 Closes-bug: #31278 Change-Id: I4ebd7e71096d611e189b571ba5de2998dd11c98b Reviewed-on: https://dart-review.googlesource.com/60300 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Leaf Petersen <leafp@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.