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