blob: 8cba366390299da97b71b65fda27895e78d4ad32 [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
static field core::int topLevelInt;
static field core::int? topLevelInt2;
static field core::num topLevelNum;
static field core::num? topLevelNum2;
static field core::double topLevelDouble;
static field core::double? topLevelDouble2;
static method getInt() core::int
;
static method getNum() core::num
;
static method getDouble() core::double
;
static method test1() void
;
static method test2() void
;
static method test3() void
;
static method main() dynamic
;