blob: ab8153714aff6df86298dc2c3d63f39a4241907b [file] [log] [blame]
<
foo< int >f1() {}
foo Future<List<int>> (){}
f2() async => null;
Future<List<>> f3() async {}
main() async {}