blob: d698710fec42b2b65aee1b8c4855ea82778f3471 [file] [log] [blame]
library test;
T generic<T>(a(T _), b(T _)) => throw '';
test() {}
typedef Iterable<num> F(int x);
typedef List<int> G(double x);