blob: 108d7f798c488c6fccc6b12f6a3559a24c89c8ee [file] [log] [blame]
library test;
class C<T> {
void f<U extends T>(U x) {}
}
void g1(dynamic d) {}
void g2(dynamic d) {}
void test() {}
main() {}