blob: 359d5d6ccdcde17022779e30b73e65b7a86ddc1f [file] [log] [blame]
library test /*isNonNullableByDefault*/;
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
;