blob: fa051c0dd6fb5a850b8fdcd28b73a68559ae1068 [file] [log] [blame]
// @dart = 2.9
library test;
main() {}
List<T> f<T>(T g()) => <T>[g()];