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