| library test; | |
| import self as self; | |
| import "dart:core" as core; | |
| import "dart:async" as asy; | |
| abstract class MyFuture extends core::Object implements asy::Future<core::int> { | |
| synthetic constructor •() → void | |
| ; | |
| } | |
| static method test() → void | |
| ; | |
| static method main() → dynamic | |
| ; |