blob: 389e9c19ff85359293385eda70f9399a4f45f9bd [file] [log] [blame]
library /*isNonNullableByDefault*/;
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
;