blob: 16298a3151d6ed14bb2e687ae45034e036b34643 [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) {}