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