blob: 60296ee486158bb1adeae18397e633f4c2f09405 [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/instantiate_to_bound/non_simple_generic_function_in_bound_regress.dart:13:12: Error: Type variables can't have generic function types in their bounds.
// class Fisk<TypeY extends Function<TypeZ extends Hest<Never>>(TypeZ)> {}
// ^^^^^
//
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>
;
}
class Fisk<TypeY extends <TypeZ extends self::Hest<Never> = dynamic>(TypeZ) dynamic = dynamic> extends core::Object {
synthetic constructor •() self::Fisk<self::Fisk::TypeY>
;
}
static method main() dynamic
;