| library; | |
| import self as self; | |
| import "dart:core" as core; | |
| class Foo<T extends core::Object> extends core::Object { | |
| field self::Foo::T x; | |
| constructor from(core::String _init) → void | |
| ; | |
| constructor _internal({self::Foo::T x}) → void | |
| ; | |
| } | |
| static method main() → void | |
| ; |