| 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*) | |
| } |