blob: b3968c9efde7497adec2afd55da0d3b00b6330e3 [file] [log] [blame]
library test;
import 'dart:async';
T id<T>(T x) => x;
main() {}
test(Future<String> f) async {}