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