I have various thoughts:

It's odd that we still treat 'return' as starting a function body long after we removed that extension.

Maybe we shouldn't look for a function body if we already have an initializer and aren't dealing with a function declarator.

I guess we should set initializer_token_start for {} initializers as well.

But your patch is certainly the smallest change, and OK.

Jason

Reply via email to