blob: e4aa3427b843dadca49cf0301cf0f3f7cd4edd60 [file] [log] [blame]
library test;
import 'dart:async';
foo(Future<List<A>> f1, Future<List<A>> f2) async {}
class A {}
main() {}