blob: 649c05e00a74448c0588b4947eae489fc5b0434a [file] [log] [blame]
library test;
import 'dart:async';
Future<int> make(int x) => (new Future(() => x));
test() {}
main() {}