| Summary: | Assignments causing a function to be made a type ignore their JSDoc | ||
|---|---|---|---|
| Product: | [WebTools] JSDT | Reporter: | Nitin Dahyabhai <thatnitind> |
| Component: | General | Assignee: | Nitin Dahyabhai <thatnitind> |
| Status: | RESOLVED FIXED | QA Contact: | Nitin Dahyabhai <thatnitind> |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.3 | ||
| Target Milestone: | 3.1.1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
InferEngine updated. |
In this example, the JSDoc for this.string is ignored: Test = function(input) { /** * @type String */ this.string = input; return this; };