blob: accedcc84be214d528db19bbbcd15ab26cfb961c [file] [log] [blame]
Future<void> returnFutureOfVoid() async {}
void returnVoid() {}
void returnVoidAsync() async {}
test() async {}
main() async {}