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

5 lines
269 B
Plaintext

#select
| tst.js:3:12:3:12 | g | Declaration of function g conflicts with $@ in the same scope. | tst.js:7:12:7:12 | g | another declaration |
testFailures
| tst.js:3:12:3:12 | Declaration of function g conflicts with $@ in the same scope. | Unexpected result: Alert |