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