| library; |
| import self as self; |
| import "dart:core" as core; |
| |
| class Color extends core::Object { |
| final field core::int x; |
| constructor •(core::int x) → self::Color |
| ; |
| static method red() → self::Color |
| ; |
| } |
| class C<T extends core::Object? = dynamic> extends core::Object { |
| synthetic constructor •() → self::C<self::C::T%> |
| ; |
| static method foo<X extends core::Object? = dynamic>(self::C::foo::X% x) → self::C<self::C::foo::X%> |
| ; |
| method cast<U extends core::Object? = dynamic>() → self::C<self::C::cast::U%> |
| ; |
| } |
| static method main() → void |
| ; |