blob: 4e398873faa1c23ac8f5a9f4940944519f0f6eef [file] [log] [blame]
typedef A<T>(T p);
typedef B<S extends A<S>>(S p);
B b;
main() {}