library /*isNonNullableByDefault*/; import self as self; import "dart:core" as core; typedef B = self::A; class A extends core::Object { field core::int? field; synthetic constructor •() → self::A ; } static method test(dynamic x) → dynamic ; static method _#B#new#tearOff() → self::A return new self::A::•();