blob: 8972be70cb6eb4bc2646a35f3bbc2fd99909c9f1 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class X extends core::Object {
synthetic constructor •() self::X
;
}
class Foo<T extends self::X> extends core::Object {
covariant-by-class field self::Foo::T x;
constructor fromX(self::X _init) self::Foo<self::Foo::T>
;
constructor fromT(self::Foo::T _init) self::Foo<self::Foo::T>
;
constructor _internal({required self::Foo::T x}) self::Foo<self::Foo::T>
;
}
static method main() void
;