Files
codeql/javascript/ql/test/query-tests/Declarations/ArgumentsRedefined/ArgumentsRedefined.expected
2025-02-28 13:27:38 +01:00

9 lines
429 B
Plaintext

#select
| tst.js:3:5:3:13 | arguments | Redefinition of arguments. |
| tst.js:7:7:7:15 | arguments | Redefinition of arguments. |
| tst.js:11:11:11:19 | arguments | Redefinition of arguments. |
| tst.js:12:11:12:19 | arguments | Redefinition of arguments. |
testFailures
| tst.js:11:11:11:19 | Redefinition of arguments. | Unexpected result: Alert |
| tst.js:12:11:12:19 | Redefinition of arguments. | Unexpected result: Alert |