blob: a88487c00fd3940a7b0f4329c3cc7ed621ef5e96 [file] [log] [blame] [edit]
class A<X> {
Function<Y extends X>(Y) foo;
A(this.foo);
}
bar<T extends num>(T t) {}
main() {}