| library test /*isNonNullableByDefault*/; | |
| import self as self; | |
| import "dart:core" as core; | |
| class C extends core::Object { | |
| field core::String y = self::x; | |
| synthetic constructor •() → self::C | |
| : super core::Object::•() | |
| ; | |
| } | |
| static field core::String x = "x"; | |
| static method main() → dynamic { | |
| self::x; | |
| } |