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