blob: 524cc39031c45da72f16ed0e94ff8863cadfc22f [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
import "dart:async" as asy;
import "dart:async";
static method make(core::int x) asy::Future<core::int>
;
static method test() dynamic
;
static method main() dynamic
;