blob: 85cdbd2b592ee232e494b38ccbb68099222896f9 [file] [log] [blame]
Future<void> foo1() async {}
Future<int> foo2() async {}
Future<void> foo3() async {}
Future<int> foo4() async {}
Future<int> foo5() async {}
void main() {}