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