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