blob: 9e78bc0561eda6880cded3b670779e547c72c993 [file] [log] [blame]
// @dart = 2.9
<
foo< int >f1() {}
foo Future<List<int>> (){}
f2() async => null;
Future<List<>> f3() async {}
main() async {}