blob: 79b6445b037ce2597f7d786c1f153a769d5f60ae [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
synthetic constructor •() self::C
;
operator *(self::C other) core::bool
;
}
static field self::C c;
static field core::bool x;
static method main() dynamic
;