blob: 03874826640ae0814a30be749f83c69d6ed5156f [file] [log] [blame]
typedef A<T extends num>(T p);
class B {
foo(A a) => throw '';
A bar() => throw '';
}
main() {}