[Mono-bugs] [Bug 24527] Changed - mcs v0.11 doesn't give errormessage upon assignment of a readonly variable

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
10 May 2002 17:18:01 -0000


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by detlev@die-offenbachs.de.

http://bugzilla.ximian.com/show_bug.cgi?id=24527

--- shadow/24527	Fri May 10 13:14:39 2002
+++ shadow/24527.tmp.1340	Fri May 10 13:18:01 2002
@@ -1,23 +1,23 @@
 Bug#: 24527
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: SuSE 8.0
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: detlev@die-offenbachs.de               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: mcs v0.11 doesn't give arrormessage upon assignment of a readonly variable
+Summary: mcs v0.11 doesn't give errormessage upon assignment of a readonly variable
 
 mcs v0.11 doesn't catch the error in line 28 of the following code.
 
 ---------------------------------------
 
 using System;