blob: 023351fe1b25ff78a1757da55df3516cede1a5d3 [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
;