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