blob: 591be2a0ae5999b83fb551464bddbc2b3e60c734 [file] [log] [blame]
library test;
import "dart:async";
m1(Future<int> f) {}
m2(Future<int> f) {}
main() {}