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