Files
sdk/tests/language/void/README.md
T
Ahmed Ashour d6975c1905 master branch to main
Fixes #47190

TEST=None, only markdown files where edited.

Change-Id: Ife204f9c792b6bce30d0cd7bf2260ced11c8f2b4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213049
Reviewed-by: Nicholas Shahan <nshahan@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2021-09-15 06:22:23 +00:00

10 lines
563 B
Markdown

# 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](https://github.com/dart-lang/sdk/blob/main/docs/language/informal/generalized-void.md).