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