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