blob: 8f9363d3c311f9e6bee8d1477c4ae60b4bd807e3 [file] [log] [blame]
library test;
class C {
List<T> f<T>(T g()) => <T>[g()];
}
main() {}