| library /*isNonNullableByDefault*/; | |
| import self as self; | |
| import "dart:core" as core; | |
| class A extends core::Object /*hasConstConstructor*/ { | |
| const constructor •() → self::A | |
| : super core::Object::•() | |
| ; | |
| } | |
| @self::A::•() | |
| extension Extension on core::int { | |
| } | |
| static method main() → dynamic | |
| ; |