blob: c3a0237c9db8bb7a61b6b5740626d42e9cf80cf5 [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}();
}