blob: 2160bc2207653a52e9214f980d635ee1a1e51e84 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/general/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)> {}
// ^^^^^
//
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 •() self::Hest<self::Hest::TypeX*>*
;
}
static method main() dynamic
;