mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
4 lines
354 B
Plaintext
4 lines
354 B
Plaintext
| tst.js:1:9:1:17 | 0x0A != 0 | The '!=' operator binds more tightly than '&', which may not be obvious in this case. |
|
|
| tst.js:6:1:6:7 | x !== y | The '!==' operator binds more tightly than '&', which may not be obvious in this case. |
|
|
| tst.js:10:3:10:6 | b==c | The '==' operator binds more tightly than '&', which may not be obvious in this case. |
|