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