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