[Mono-bugs] [Bug 75927][Nor] Changed - mcs cannot find method with
ulong argument for an invocation with constant
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Aug 29 08:18:17 EDT 2005
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 rharinath at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75927
--- shadow/75927 2005-08-29 04:27:57.000000000 -0400
+++ shadow/75927.tmp.4547 2005-08-29 08:18:17.000000000 -0400
@@ -1,17 +1,17 @@
Bug#: 75927
Product: Mono: Compilers
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: C#
-AssignedTo: mono-bugs at ximian.com
+AssignedTo: rharinath at novell.com
ReportedBy: atsushi at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: mcs cannot find method with ulong argument for an invocation with constant
@@ -43,6 +43,24 @@
compiles successfully.
Additional Information:
Currently it is the blocker for minosse.
+
+------- Additional Comments From rharinath at novell.com 2005-08-29 08:18 -------
+It can be simplified further to:
+
+-----------
+
+class FooTest
+{
+ public static void Main ()
+ {
+ Foo (0x0L);
+ }
+
+ static void Foo (ulong l1)
+ {
+ }
+}
+
More information about the mono-bugs
mailing list