Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 340756 - [validation] False syntax error in with (x) var y;
Summary: [validation] False syntax error in with (x) var y;
Status: RESOLVED FIXED
Alias: None
Product: JSDT
Classification: WebTools
Component: General (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 3.5.2   Edit
Assignee: Victor Rubezhny CLA
QA Contact: Chris Jaun CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-23 09:42 EDT by Viktor Pracht CLA
Modified: 2013-12-27 11:00 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Viktor Pracht CLA 2011-03-23 09:42:47 EDT
Build Identifier: M20110210-1200

In the following code snippet, "var" is marked as a syntax error, although it is valid JavaScript:


with (x) var y;


Reproducible: Always