blob: b2a6ccab68031d1a7713ebfc943816442e791ffa [file] [log] [blame]
// @dart = 2.9
library test;
void test(T Function<T>(T) f) {}
main() {}