blob: a1cdfb996d120503de5f7aa81ce887c135fac78e [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() self::A
;
operator +(dynamic other) core::int
;
operator -(dynamic other) core::double
;
}
static field core::int v_add;
static field core::double v_minus;
static method main() dynamic
;