| library test /*isNonNullableByDefault*/; | |
| import self as self; | |
| import "dart:core" as core; | |
| class C extends core::Object { | |
| synthetic constructor •() → self::C | |
| ; | |
| method f() → core::int | |
| ; | |
| } | |
| static method g(self::C? c) → dynamic | |
| ; | |
| static method main() → dynamic | |
| ; |