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