Files
codeql/javascript/ql/test/query-tests/Expressions/SuspiciousPropAccess/SuspiciousPropAccess.expected
2018-11-01 13:51:38 +01:00

5 lines
412 B
Plaintext

| SuspiciousPropAccess.js:4:10:4:21 | result.value | The base expression of this property access is always undefined. |
| tst.js:32:32:32:38 | a(1)[0] | The base expression of this property access is always null. |
| tst.ts:19:3:19:5 | x.p | The base expression of this property access is always undefined. |
| typeassertion.ts:14:3:14:9 | z.field | The base expression of this property access is always null. |