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