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