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