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