blob: 36894d55159cd28177b7498b6eacc42d501de28d [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Foo<T extends core::Object = dynamic> extends core::Object {
generic-covariant-impl field self::Foo::T x;
constructor from(core::String _init) self::Foo<self::Foo::T>
;
constructor _internal({self::Foo::T x}) self::Foo<self::Foo::T>
;
}
static method main() void
;