blob: 2643744f8b024fcddea50a364e97e3f8fd42cafe [file] [log] [blame]
// @dart = 2.7
Future<void> returnFutureOfVoid() async {}
void returnVoid() {}
void returnVoidAsync() async {}
main() async {}