blob: 28c7ff1c08fa2311b3bea442f213a5dd8cae9773 [file] [log] [blame]
library test;
import 'dart:async';
abstract class MyFuture implements Future<int> {}
main() {}
void test() async {}