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