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