Files
codeql/javascript/ql/test/query-tests/Statements/IgnoreArrayResult/IgnoreArrayResult.expected
Erik Krogh Kristensen da23898eba update tests
2019-10-26 23:26:45 +02:00

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. |