(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.
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to