blob: 3062c89046a9585bfc569eaf2e8cfcbe90dde4c4 [file] [log] [blame]
library;
import self as self;
import "dart:async" as asy;
import "dart:core" as core;
static method foo1() asy::Future<void> async
;
static method foo2() asy::Future<core::int> async
;
static method foo3() asy::Future<void> async
;
static method foo4() asy::Future<core::int> async
;
static method foo5() asy::Future<core::int> async
;
static method main() void
;