blob: 9e05a8d185635434b95a9272f9d2fb5fec773ac8 [file] [log] [blame]
// @dart = 2.9
typedef F = int Function(int f(String x));
main() {}