blob: 31e819a28ad4e0a3c5fe822f66b0ab045c53ebe5 [file] [log] [blame]
// Formatted problems:
//
// pkg/front_end/testcases/reject_generic_function_types_in_bounds.dart:8:12: Error: Type variables can't have generic function types in their bounds.
// class Hest<TypeX extends TypeY Function<TypeY>(TypeY)> {}
// ^^^^^
// Unhandled errors:
//
// pkg/front_end/testcases/reject_generic_function_types_in_bounds.dart:8:12: Error: Type variables can't have generic function types in their bounds.
// class Hest<TypeX extends TypeY Function<TypeY>(TypeY)> {}
// ^^^^^
library;
import self as self;
import "dart:core" as core;
class Hest<TypeX extends <TypeY extends core::Object = dynamic>(TypeY) TypeY = dynamic> extends core::Object {
synthetic constructor •() void
: super core::Object::•()
;
}
static method main() dynamic {}