blob: ab5f28b9205bc777b5547335c3540a4655f4b09c [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
import "dart:math";
static method printInt(core::int x) void
;
static method printDouble(core::double x) void
;
static method myMax(core::num x, core::num y) core::num
;
static method f() dynamic
;
static method main() dynamic
;