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