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

4 lines
285 B
Plaintext

| tst.js:2:1:2:3 | (0) | Assignment to property foo of a primitive value with type number. |
| tst.js:11:5:11:5 | s | Assignment to a property of a primitive value with type string. |
| tst.js:17:3:17:3 | x | Assignment to property y of a primitive value with type number or string. |