[Mono-bugs] [Bug 70817][Wis] Changed - [REGRESSION] mcs improperly emitting CS0214 for properties with set accessors

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 26 Dec 2004 18:31:01 -0500 (EST)


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 bmaurer@users.sf.net.

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

--- shadow/70817	2004-12-26 17:53:18.000000000 -0500
+++ shadow/70817.tmp.19397	2004-12-26 18:31:01.000000000 -0500
@@ -1,23 +1,23 @@
 Bug#: 70817
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: OSX 10.3.7
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: grompf@sublimeintervention.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: mcs improperly emitting CS0214 for properties with set accessors - regression
+Summary: [REGRESSION] mcs improperly emitting CS0214 for properties with set accessors
 
 The following class will emit:
 
 t.cs(3) error CS0214: Pointers may only be used in an unsafe context
 
 This is a regression.