Appearance
This rule generates warnings for generator functions that do not have the yield keyword.
Probably a mistake.
function* foo() { return 10; }