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