-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
Judging by object_parser#L428-L431 and test/flow/private_class_properties/constructor.js#L9-L15, I suspect that private constructor properties are supposed to be forbidden. Unfortunately the String.equal name "#constructor" predicate always fails. Should that "#constructor" be "constructor"? Or should that case be removed? Else?
Reactions are currently unavailable