blob: 7ec133aeb9659dab33a13adbfc3ef8b5fd03210c [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/instantiate_to_bound/non_simple_co_inductive.dart:8:12: Error: Generic type 'Hest' can't be used without type arguments in the bounds of its own type variables.
// Try providing type arguments to 'Hest' here.
// class Hest<TypeX extends Hest> {}
// ^^^^^
//
import self as self;
import "dart:core" as core;
class Hest<TypeX extends core::Object? = dynamic> extends core::Object {
synthetic constructor •() self::Hest<self::Hest::TypeX%>
: super core::Object::•()
;
}
static method main() dynamic {}