Files
codeql/javascript/ql/test/query-tests/Declarations/UniqueParameterNames/UniqueParameterNames.expected
2020-01-06 08:51:00 +01:00

3 lines
266 B
Plaintext

| tst.js:2:1:2:1 | x | This parameter has the same name as $@ of the same function. | tst.js:4:1:4:6 | \\u0078 | another parameter |
| tst.js:3:1:3:1 | x | This parameter has the same name as $@ of the same function. | tst.js:4:1:4:6 | \\u0078 | another parameter |