mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
3 lines
156 B
Plaintext
3 lines
156 B
Plaintext
| tst.js:3:1:3:19 | arr.concat([1,2,3]) | Result from call to concat ignored. |
|
|
| tst.js:5:1:5:15 | arr.concat(arr) | Result from call to concat ignored. |
|