-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don`t mark property as static #1134
Comments
Hi @Xsaven, can you share some example source code? |
I believe you are wanting the I found this counterintuitive, but the properties array is there to handle declaring multiple properties in one statement (though I never see anyone use this format): I do not think there is a bug here though. |
@mreiden What do you mean you don't think there is a mistake there? The fact remains that there is no isStatic property! |
This property is static in my code, but in the node there is not a single identifying sign that it is static, so I cannot assemble the code correctly.
The text was updated successfully, but these errors were encountered: