You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to issue #264 static and instance functions with the same name are being confused for the same property. . The error message is only shown in strict mode.
For example, given the following code in a js2-mode buffer:
Similar to issue #264 static and instance functions with the same name are being confused for the same property. . The error message is only shown in strict mode.
For example, given the following code in a js2-mode buffer:
The
x
inx() { }
will be highlighted red, and it will show the message:Property 'x' already defined in this object literal. Same is true for
y
The text was updated successfully, but these errors were encountered: