blob: bbfa6fbf3c164a36e24cf3965a68b2fba44ec81d [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::•()
;
get x() dynamic
return "${#C1}".{core::String::hashCode}{core::int};
}
constants {
#C1 = TypeLiteralConstant(self::C)
}