Files
codeql/javascript/ql/test/query-tests/Expressions/SuspiciousInvocation/SuspiciousInvocation.expected
2018-08-02 17:53:23 +01:00

4 lines
275 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. |
| super.js:11:5:11:11 | super() | Callee is not a function: it has type number. |