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

4 lines
283 B
Plaintext

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