blob: adad7ee7f0276ef42404cbe12720ff45cb36946b [file] [log] [blame]
library test;
typedef void F<T>(T x);
class C<T> {
F<T> y = throw '';
void f() {}
}
void g(C<num> c) {}
void main() {}