Bug 571486 - 'var' keyword not recognised as anonymous type
Summary: 'var' keyword not recognised as anonymous type
Status: RESOLVED DUPLICATE of bug 571488
Alias: None
Product: MonoDevelop
Classification: Mono
Component: debugger (show other bugs)
Version: 2.2
Hardware: Other Windows 7
: P5 - None : Major
Target Milestone: ---
Assignee: Lluis Sanchez
QA Contact: MD Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-17 20:20 UTC by A. A.
Modified: 2010-01-18 08:10 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description A. A. 2010-01-17 20:20:32 UTC
User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7

Any use of the var keyword (http://msdn.microsoft.com/en-us/library/bb383973.aspx) results in the following errors:

Error CS0246: The type or namespace name 'var' could not be found (are you missing a using directive or an assembly reference?) (CS0246)
Error CS0021: Cannot apply indexing with [] to an expression of type 'var' (CS0021)

Reproducible: Always
Comment 1 Lluis Sanchez 2010-01-18 08:10:02 UTC
Dup.

*** This bug has been marked as a duplicate of bug 571488 ***