Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 464695

Summary: [parser] incorrect missing token is reported
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 9.0   
Hardware: All   
OS: All   
Whiteboard:

Description Michael Rennie CLA 2015-04-15 10:09:55 EDT
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 ')'"