blob: 47b404018f85f07da3d08156b557dd00b817f6a4 [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
;