Bugzilla – Bug 320556
[PARSER] parsing error instead of CS1519
Last modified: 2008-10-10 10:57:02 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".
Fixed in SVN.