blob: a6f4120ff19c06a38c03fdaf6857273b82d0a8fe [file] [log] [blame]
import 'dart:async';
FutureOr<T?> foo<T>(T t) {}
bar<S>(bool t, S s) {}
main() {}