blob: d5341651f6e72bb1820768f596fee44800b8ae60 [file] [log] [blame]
library test;
main() {}
List<T> f<T>(T g()) => <T>[g()];