qmegas opened a new issue, #5740:
URL: https://github.com/apache/netbeans/issues/5740
### Apache NetBeans version
Apache NetBeans 17
### What happened
See example code:
```js
class Test {
var1 = 123;
var2 = this.var1;
}
```
On line 3 NetBeans show warning `The global variable "var1" is not
declared`, however that is absolutely correct code, and varaible "var1" is the
property of `Test` class.
### How to reproduce
_No response_
### Did this work correctly in an earlier version?
No / Don't know
### Operating System
Windows 10
### JDK
16.0.1
### Apache NetBeans packaging
Apache NetBeans provided installer
### Anything else
_No response_
### Are you willing to submit a pull request?
No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists