blob: f825256e89466bf8af04ed227e41a6909f0c3680 [file] [log] [blame]
// @dart = 2.12
typedef F = void Function<T>();
T method<T>() => throw '';
test(F f) {}
main() {}