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