blob: 4bf5fbcb79c64ad66d1e1b7bee9abf500901f083 [file] [log] [blame]
// Unhandled errors:
//
// pkg/front_end/testcases/instantiate_to_bound/non_simple_generic_function_in_bound_regress.dart:11:12: Error: Type variables can't have generic function types in their bounds.
// class Fisk<TypeY extends Function<TypeZ extends Hest<Null>>(TypeZ)> {}
// ^^^^^
library;
import self as self;
import "dart:core" as core;
class Hest<TypeX extends self::Hest<self::Hest::TypeX> = self::Hest<dynamic>> extends core::Object {
synthetic constructor •() self::Hest<self::Hest::TypeX>
: super core::Object::•()
;
}
class Fisk<TypeY extends <TypeZ extends self::Hest<core::Null> = dynamic>(TypeZ) dynamic = dynamic> extends core::Object {
synthetic constructor •() self::Fisk<self::Fisk::TypeY>
: super core::Object::•()
;
}
static method main() dynamic {}