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