Sam Tobin-Hochstadt (2013-11-10T19:04:13.000Z)
On Sun, Nov 10, 2013 at 1:46 PM, Allen Wirfs-Brock
<allen at wirfs-brock.com> wrote:
> The actual utility of a YieldExpression in an 'extends' clause seems so low
> that I don't think we should make the entire expression grammar more
> complicated just to support alternative #3.

It would be possible to just parenthesize the YieldExpression if you
actually wanted one in an extends clause, right?

Sam
domenic at domenicdenicola.com (2013-11-13T16:59:27.078Z)
On Sun, Nov 10, 2013 at 1:46 PM, Allen Wirfs-Brock <allen at wirfs-brock.com> wrote:
> The actual utility of a YieldExpression in an 'extends' clause seems so low
> that I don't think we should make the entire expression grammar more
> complicated just to support alternative #3.

It would be possible to just parenthesize the YieldExpression if you
actually wanted one in an extends clause, right?