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