blob: 6da6f0761dad24f86d0ebca5c21d0a9e099cee54 [file] [log] [blame]
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> {
default constructor •() void
;
}
static method test() void
;
static method main() dynamic
;