mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
4 lines
260 B
Plaintext
4 lines
260 B
Plaintext
| tst.js:5:2:5:14 | width = width | This expression assigns variable width to itself. |
|
|
| tst.js:24:1:24:19 | array[1] = array[1] | This expression assigns element 1 to itself. |
|
|
| tst.js:27:1:27:9 | o.x = o.x | This expression assigns property x to itself. |
|