Bug 311758 (MONO34842) - mcs doesn't report errors of type CS0057
Summary: mcs doesn't report errors of type CS0057
Status: RESOLVED MOVED
Alias: MONO34842
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-02 11:43 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:04:02 UTC


---- Reported by jaimemonkey@yahoo.es 2002-12-02 04:43:34 MST ----

Package: Mono/MCS
Priority: Normal
Version: CVS Dec-01-2002
Synopsis: mcs doesn't report errors of type CS0057
Bugzilla-Product: Mono/MCS
Bugzilla-Component: Misc

Description:
Description of Problem:

mcs doesn't report errors of type CS0057.

Steps to reproduce the problem:

This is the test currently available in mcs/errors/cs0057.cs

// cs0057.cs: Inconsisten accessibility. Parameter type is less
accessible than operator.
// Line: 10

using System;

class ErrorCS0057 {
}

class Foo {
        public static implicit operator ErrorCS0057(Foo bar) {
                return new ErrorCS0057 ();
        }

        public static void Main () {
        }
}





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:18 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:47:57 MST ----

Why were all these bugs UNCONFIRMED ?




---- Additional Comments From martin@ximian.com 2002-12-18 13:04:47 MST ----

Oh, you're a hero :-)  You already did what I mentioned in my 
comment to https://bugzilla.novell.com/show_bug.cgi?id=MONO34823.




---- Additional Comments From martin@ximian.com 2002-12-18 13:25:42 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"