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