blob: 6877a601a54dd3d07065da4a33a7f016ad9aa024 [file] [log] [blame]
class C {
foo() {}
}
main() {}
typedef A<T>(T p);
typedef B<U extends A<U>>(U p);