blob: 82727370b385bbb418bfebdaacc02450a19073d7 [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::•().{self::C::test}();
}