blob: b36d718332da6eec81f28d53cf053aad161a540b [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>
: this self::Foo::_internal(x: _init)
;
constructor _internal({self::Foo::T x = null}) self::Foo<self::Foo::T>
: self::Foo::x = x, super core::Object::•()
;
}
static method main() void {}