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