/** * @flow * @format */ function foo(bar) { return bar + 3 + 4; }