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