[Mono-bugs] [Bug 34471][Min] Changed - not reporting CS0571: cannot explicitly call operator or accessor
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
22 Nov 2002 18:54:10 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=34471
--- shadow/34471 Fri Nov 22 09:57:06 2002
+++ shadow/34471.tmp.21765 Fri Nov 22 13:54:10 2002
@@ -1,14 +1,14 @@
Bug#: 34471
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Minor
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: martin@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -23,6 +23,9 @@
long Foo { get { return 8; } }
long Test () {
return get_Foo ();
}
}
+
+------- Additional Comments From miguel@ximian.com 2002-11-22 13:54 -------
+Maybe we could use the SpecialName MethodAttribute for this?