tree: baa4462d84670051b4a62f1f0939a8c55fb07ef1 [path history] [tgz]
  1. generalized_void_syntax_test.dart
  2. generalized_void_usage_test.dart
  3. README.md
  4. return_future_future_or_void_async_error0_test.dart
  5. return_future_future_or_void_async_error1_test.dart
  6. return_future_future_or_void_async_test.dart
  7. return_future_future_or_void_sync_error0_test.dart
  8. return_future_future_or_void_sync_error1_test.dart
  9. return_future_future_or_void_sync_test.dart
  10. return_future_or_future_or_void_sync_error1_test.dart
  11. return_future_or_future_or_void_sync_error2_test.dart
  12. return_future_or_future_or_void_sync_test.dart
  13. return_future_or_void_async_test.dart
  14. return_future_or_void_sync_error3_test.dart
  15. return_future_or_void_sync_error4_test.dart
  16. return_future_or_void_sync_test.dart
  17. return_future_void_async_test.dart
  18. return_void_async_error0_test.dart
  19. return_void_async_error1_test.dart
  20. return_void_async_error2_test.dart
  21. return_void_async_test.dart
  22. return_void_sync_error0_test.dart
  23. return_void_sync_error1_test.dart
  24. return_void_sync_error2_test.dart
  25. return_void_sync_test.dart
  26. void_arrow_return_test.dart
  27. void_block_return_test.dart
  28. void_check_test.dart
  29. void_subtype_test.dart
  30. void_type_callbacks_test.dart
  31. void_type_function_types_test.dart
  32. void_type_override_test.dart
  33. void_type_test.dart
  34. void_type_usage_test.dart
tests/language_2/void/README.md

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.