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