blob: 66be86ca6be16077297e8bee8313228bd00ac900 [file] [log] [blame]
Future<bool> foo4() async {}
Future<int> foo1() async {}
Future<int> foo5(bool x) async {}
Future<void> foo2() async {}
foo3() async {}
void bar(Future<int> Function() func) {}
void main() {}