blob: 44eaf8121dd3ceb3906995328a80290b58c0ad63 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class C extends core::Object {
constructor •() void
: super core::Object::•()
;
get x() dynamic
return "${self::C}".hashCode;
}