| Summary: | [parser] incorrect missing token is reported | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | JS Tools | Assignee: | Michael Rennie <Michael_Rennie> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 9.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
Consider the following snippet: /*globals Objects */ function MyC() {} Objects.mixin(MyC.prototype, { }; At the end of the snippet you will get a parse error stating 'Missing expected ';'", when in fact you should get "Missing expected ')'"