Feature tests for starting async methods without suspending
This directory was created in order to hold tests pertaining to the Dart
feature which makes methods marked as async start executing the body
immediately, rather than returning a Future and suspending. For more
details, please check the
language specification update.