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