blob: 8e98e2cc941439c7420ed6615b53ed8c56d9d2a4 [file] [log] [blame]
// @dart = 2.6
main() {}
typedef F<W, X, Y, Z> = X Function(Y, Z Function(Z));