blob: 74a8f52cec1d17642f68c34e0c84515747375103 [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 {}
constants {
#C1 = null
}