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