| library test; | |
| import self as self; | |
| import "dart:core" as core; | |
| class C extends core::Object { | |
| final field core::int x = self::C::_x; | |
| synthetic constructor •() → self::C | |
| : super core::Object::•() | |
| ; | |
| static get _x() → core::int | |
| return throw ""; | |
| } | |
| static method main() → dynamic {} |