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