blob: 4dbd9732b2ef9d3d2fa09fc46e704a5d47886260 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class C extends core::Object {
synthetic constructor •() self::C
: super core::Object::•()
;
operator ==(dynamic other) core::bool
return throw "x";
method test() dynamic {
super.{core::Object::==}(null);
}
}
static method main() dynamic {
new self::C::•().test();
}