Files
codeql/javascript/ql/test/query-tests/Expressions/SuspiciousInvocation/SuspiciousInvocation.expected
2025-02-28 13:29:39 +01:00

7 lines
540 B
Plaintext

| SuspiciousInvocation.js:11:5:11:58 | error(" ... status) | Callee is not a function: it has type undefined. |
| namespace.ts:23:1:23:3 | g() | Callee is not a function: it has type object. |
| optional-chaining.js:3:5:3:7 | a() | Callee is not a function: it has type null. |
| optional-chaining.js:7:5:7:7 | b() | Callee is not a function: it has type undefined. |
| super.js:10:5:10:11 | super() | Callee is not a function: it has type number. |
| unreachable-code.js:5:9:5:11 | f() | Callee is not a function: it has type undefined. |