blob: fa70b9c4621fedd7ebaac2456e0054d06a2d0e72 [file] [log] [blame]
// Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// @dart=2.13
// Derived from
// instantiate_to_bound/non_simple_class_parameterized_typedef_cycle
import 'cyclic_typedef.dart';
class Hest1<TypeX extends Fisk1> {}
typedef Fisk2 = void Function<TypeY extends Hest2>();