blob: b28a177469b144b36e811337661a196ce2d83d27 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() self::A*
: super core::Object::•()
;
operator ==(dynamic other) core::bool*
return false;
}
class B extends core::Object implements self::Function {
synthetic constructor •() self::B*
: super core::Object::•()
;
operator ==(dynamic other) core::bool*
return false;
}
class Function extends core::Object {
synthetic constructor •() self::Function*
: super core::Object::•()
;
operator ==(core::Object* other) core::bool*
return false;
}
static method main() dynamic {}