[Mono-bugs] [Bug 28070][Nor] Changed - WriteLine does not match delegate foobar (string s)
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
22 Jul 2002 17:17:46 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=28070
--- shadow/28070 Mon Jul 22 10:34:50 2002
+++ shadow/28070.tmp.10924 Mon Jul 22 13:17:46 2002
@@ -2,14 +2,14 @@
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
Status: NEW
Resolution:
-Severity:
-Priority: Wishlist
+Severity: Unknown
+Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mwh@sysrq.dk
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
@@ -51,6 +51,44 @@
"Foobar"
How often does this happen?
Everytime .. code compiles fine in Windows
Additional Information:
+
+------- Additional Comments From gonzalo@ximian.com 2002-07-22 13:17 -------
+With the current mcs i get:
+type.cs(9) error CS0123: Method 'void WriteLine (bool)' does not match
+delegate 'void MyClass+FuncToCall (stri
+ng)'
+type.cs(9) error CS0123: Method 'void WriteLine (char)' does not match
+delegate 'void MyClass+FuncToCall (stri
+ng)'
+type.cs(9) error CS0123: Method 'void WriteLine (char[])' does not
+match delegate 'void MyClass+FuncToCall (st
+ring)'
+type.cs(9) error CS0123: Method 'void WriteLine (decimal)' does not
+match delegate 'void MyClass+FuncToCall (s
+tring)'
+type.cs(9) error CS0123: Method 'void WriteLine (double)' does not
+match delegate 'void MyClass+FuncToCall (st
+ring)'
+type.cs(9) error CS0123: Method 'void WriteLine (float)' does not
+match delegate 'void MyClass+FuncToCall (str
+ing)'
+type.cs(9) error CS0123: Method 'void WriteLine (int)' does not match
+delegate 'void MyClass+FuncToCall (strin
+g)'
+type.cs(9) error CS0123: Method 'void WriteLine (uint)' does not match
+delegate 'void MyClass+FuncToCall (stri
+ng)'
+type.cs(9) error CS0123: Method 'void WriteLine (long)' does not match
+delegate 'void MyClass+FuncToCall (stri
+ng)'
+type.cs(9) error CS0123: Method 'void WriteLine (ulong)' does not
+match delegate 'void MyClass+FuncToCall (str
+ing)'
+type.cs(9) error CS0123: Method 'void WriteLine (object)' does not
+match delegate 'void MyClass+FuncToCall (st
+ring)'
+Compilation failed: 11 error(s), 0 warnings
+