blob: 554877558857f0376ecd1743f5c4cb241d6b04c6 [file] [log] [blame]
class C<X> {
C(void Function(X) x);
}
T check<T>(C<List<T>> f) {}
void test() {}
main() {}