blob: 4c6a47a1842134efc4b6346f634620ccc37f211b [file] [log] [blame]
// @dart = 2.9
B b;
main() {}
typedef A<T>(T p);
typedef B<S extends A<S>>(S p);