blob: 993350a05b7640b7f9079c446f83d95c7240924e [file] [log] [blame]
import 'dart:async';
main() {}
void h1<T extends FutureOr<T?>?>(T? t) {}
void h2<S extends FutureOr<S?>>(S? s) {}