ViliusCreator (2019-01-17T16:22:58.000Z)
But then `Abc(4, 5, 6) !== Abc(4, 5, 6)`. Using `Abc.constructor = class Abc$ {}` and then returning `Abc.constructor` won’t make it work.


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20190117/4f635a6e/attachment.html>
viliuskubilius416 at gmail.com (2019-01-17T16:26:42.454Z)
But then `Abc(4, 5, 6) !== Abc(4, 5, 6)`. Using `Abc.constructor = class Abc$ {}` and then returning `Abc.constructor` won't make it work.