blob: 17c8e2030a9120026c4a3299bbe311f275df845b [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 = #C1}) → self::Foo<self::Foo::T>
: self::Foo::x = x, super core::Object::•()
;
}
static method main() void {}