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