blob: 64a40b4706dfa1e51943c925593b909209100ca1 [file] [log] [blame]
// @dart = 2.9
library test;
import 'dart:async';
abstract class MyFuture implements Future<int> {}
main() {}
void test() async {}