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