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