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