[Mono-bugs] [Bug 34812][Nor] New - mcs doesn't report Error CS0050

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
1 Dec 2002 13:20:50 -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=34812

--- shadow/34812	Sun Dec  1 08:20:50 2002
+++ shadow/34812.tmp.20040	Sun Dec  1 08:20:50 2002
@@ -0,0 +1,52 @@
+Bug#: 34812
+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 Error CS0050
+
+Package: Mono/MCS
+Priority: Normal
+Version: CVS Dec-01-2002
+Synopsis: mcs doesn't report Error CS0050
+Bugzilla-Product: Mono/MCS
+Bugzilla-Component: Misc
+
+Description:
+The test that is currently in the CVS is:
+
+// cs0050.cs: Inconsistent accessibility. Return type less accessible
+than method.
+// Line: 7
+
+using System;
+
+class Foo {
+        public static Foo Bar () {
+                return new Foo ();
+        }
+
+        public static void Main () {
+                Foo x = Bar ();
+        }
+}
+
+
+
+
+
+Setting qa contact to the default for this product.
+   This bug either had no qa contact or an invalid one.
+
+