> On Jan 6, 2017, at 7:04 PM, Allen Wirfs-Brock <al...@wirfs-brock.com> wrote:
> 
> (new class extends foo(bar) {…})
> is already valid syntax that means use the value return from calling foo with 
> argument bar as the superclass of the class that is being instantiated. What 
> you propose would be a breaking change.

What about limiting it just to (new foo(bar) {...}) syntax?

-igor

_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to