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