[Mono-bugs] [Bug 74200][Wis] Changed - Incorrect error message formatting: T.X(ref int&)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 23 Apr 2005 15:12:54 -0400 (EDT)
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=74200
--- shadow/74200 2005-03-29 16:24:49.000000000 -0500
+++ shadow/74200.tmp.11372 2005-04-23 15:12:54.000000000 -0400
@@ -1,17 +1,17 @@
Bug#: 74200
Product: Mono: Compilers
Version: 1.0
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: C#
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: rharinath@novell.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Incorrect error message formatting: T.X(ref int&)
@@ -32,6 +32,9 @@
the same parameter types
foo.cs(6): 'T.X(ref int&)' (name of symbol related to previous error
Compilation failed: 1 error(s), 0 warnings
saying ref int& is incorrect. The `ref' already encodes the managed pointer
(&). We should remove the & from the type name.
+
+------- Additional Comments From miguel@ximian.com 2005-04-23 15:12 -------
+Will need a bit of refactoring of the code.