blob: a246dde07c78e699f59a5bf01041537f994b1aec [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() {}