ViliusCreator (2019-01-17T16:22:58.000Z)
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.
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.