blob: af27955f5b7d7c55956e80c3d22a152e23594ed3 [file] [log] [blame]
import 'dart:async';
Future<int> foo<X extends Object?>(X x) async {}
main() {}