Bug 311753 (MONO34812) - mcs doesn't report Error CS0050
Summary: mcs doesn't report Error CS0050
Status: RESOLVED MOVED
Alias: MONO34812
Product: Mono: Compilers
Classification: Mono
Component: C# (show other bugs)
Version: unspecified
Hardware: Other Linux
: P3 - Medium : Minor
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-01 15:20 UTC by Jaime Anguiano Olarra
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 18:03:59 UTC


---- Reported by jaimemonkey@yahoo.es 2002-12-01 08:20:50 MST ----

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.





---- Additional Comments From martin@ximian.com 2002-12-07 14:45:23 MST ----

Reassigning to default owner, setting priority to minor according to our priority rules (mcs doesn't report an error message).



---- Additional Comments From martin@ximian.com 2002-12-07 14:48:03 MST ----

Why were all these bugs UNCONFIRMED ?




---- Additional Comments From martin@ximian.com 2002-12-18 13:22:08 MST ----



*** This bug has been marked as a duplicate of https://bugzilla.novell.com/show_bug.cgi?id=MONO35856 ***


Unknown bug field "cf_version_details" encountered while moving bug
   <cf_version_details>CVS Dec-01-2002</cf_version_details>
This bug was marked DUPLICATE in the database it was moved from.
    Changing resolution to "MOVED"