blob: d15bb21cb358a33d9b81b657ed119effdb4b7ca6 [file] [log] [blame]
typedef A<T>(T p);
typedef B<S extends A<S>>(S p);
B b = throw '';
main() {}