Bugzilla – Bug 311756
mcs doesn't report errors of type CS0055
Last modified: 2007-09-15 21:24:23 UTC
---- Reported by jaimemonkey@yahoo.es 2002-12-02 04:36:54 MST ---- Package: Mono/MCS Priority: Normal Version: CVS Dec-01-2002 Synopsis: mcs doesn't report errors of type CS0055 Bugzilla-Product: Mono/MCS Bugzilla-Component: Misc Description: Description of Problem: mcs doesn't report errors of type CS0055. Steps to reproduce the problem: This is the test currently available in mcs/errors/cs0055.cs // cs0055.cs: Inconsistent accessibility. Parameter type is less accessible than indexer. // Line: 10 using System; class ErrorCS0055 { } class Foo { public ErrorCS0055 this[ErrorCS0055 e] { get { return new ErrorCS0055 (); } } 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:25 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:05 MST ---- Why were all these bugs UNCONFIRMED ? ---- Additional Comments From martin@ximian.com 2002-12-18 13:24:26 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"