blob: 5ad4682e68f91979408149e0d0123f737843b029 [file] [log] [blame]
bar<T extends C>(C c, T t) {}
class C {
int call() => 0;
}
foo<T extends C?>(C? c, T t, T? nt) {}
functionContext(int Function() f) {}
main() {}
nullableFunctionContext(int Function()? f) {}