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