blob: e2510efd419a1f42cd4e2806fb030394fa6df402 [file] [log] [blame]
library test;
T f<T>() => null;
main() {}
var x = throw f();
void g() {}