blob: d1a470c89565a8f9d863622fead5f7351ab32210 [file] [log] [blame]
library test;
class C<T> {
void Function(T) f<U>(U x) => (y) {};
}
main() {}
void test(C<String> c) {}