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