blob: 25185b9fc1c44a33810709778fd53b3dd4da900b [file] [log] [blame]
// @dart = 2.9
class B {
foo() {}
}
main() {}
typedef A<T extends num>(T p);