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