[Mono-bugs] [Bug 34860][Nor] New - mcs doesn't report errors of type CS0059
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
2 Dec 2002 17:11:37 -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 bugbuddy-import@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=34860
--- shadow/34860 Mon Dec 2 12:11:37 2002
+++ shadow/34860.tmp.12682 Mon Dec 2 12:11:37 2002
@@ -0,0 +1,58 @@
+Bug#: 34860
+Product: Mono/MCS
+Version: unspecified
+OS: GNU/Linux [Other]
+OS Details:
+Status: UNCONFIRMED
+Resolution:
+Severity: Unknown
+Priority: Normal
+Component: Misc
+AssignedTo: triage@ximian.com
+ReportedBy: jaimemonkey@yahoo.es
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mcs doesn't report errors of type CS0059
+
+Package: Mono/MCS
+Priority: Normal
+Version: CVS Dec01-2002
+Synopsis: mcs doesn't report errors of type CS0059
+Bugzilla-Product: Mono/MCS
+Bugzilla-Component: Misc
+
+Description:
+Description of Problem:
+
+mcs doesn't report errors of type CS0059
+
+Steps to reproduce the problem:
+
+Try the test under mcs/errors/cs0059.cs
+
+// cs0059.cs: Iconsisten accessibility. Parameter type less accessible
+than delegate.
+// Line: 10
+
+using System;
+
+class ErrorCS0059 {
+}
+
+class Foo {
+ public delegate void ErrorCS0059Delegate (ErrorCS0059 e);
+
+ public static void Main () {
+ }
+}
+
+
+
+
+
+Setting qa contact to the default for this product.
+ This bug either had no qa contact or an invalid one.
+
+