Bug 320556 (MONO77795) - [PARSER] parsing error instead of CS1519
Summary: [PARSER] parsing error instead of CS1519
Status: RESOLVED FIXED
Alias: MONO77795
Product: Mono: Compilers
Classification: Mono
Component: C# (show other bugs)
Version: 1.1
Hardware: Other Other
: P3 - Medium : Minor
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-15 23:04 UTC by Marek Safar
Modified: 2008-10-10 10:57 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 Thomas Wiest 2007-09-15 19:51:28 UTC


---- Reported by marek.safar@seznam.cz 2006-03-15 16:04:47 MST ----

Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:


Steps to reproduce the problem:
1. 

class C
{   
    unchecked const decimal d = 79m;
}

Actual Results:

error CS8025: Parsing error

Expected Results:

error CS1519: Invalid token 'unchecked' in class, struct, or interface
member declaration

How often does this happen? 


Additional Information:



---- Additional Comments From miguel@ximian.com 2006-03-19 14:03:19 MST ----

Same priority adjustment as 77794


Unknown operating system unknown. Setting to default OS "Other".

Comment 1 Marek Safar 2008-10-10 10:57:02 UTC
Fixed in SVN.