blob: 2e70ee8e1c27b7f62fd8faf2f0b15b9123c54bfd [file] [log] [blame]
library test;
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
;