[Mono-bugs] [Bug 34471][Min] Changed - Miss. CS0571: can't explicitly call operator or accessor

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
18 Dec 2002 18:50:36 -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 martin@ximian.com.

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

--- shadow/34471	Wed Dec 18 13:29:38 2002
+++ shadow/34471.tmp.16273	Wed Dec 18 13:50:36 2002
@@ -11,13 +11,13 @@
 AssignedTo: martin@ximian.com                            
 ReportedBy: martin@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: not reporting CS0571: cannot explicitly call operator or accessor
+Summary: Miss. CS0571: can't explicitly call operator or accessor
 
 The following is not allowed:
 
 class X
 {
 	long Foo { get { return 8; } }