[Mono-bugs] [Bug 65231][Nor] New - CS3005 is not reported

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 2 Sep 2004 14:32:22 -0400 (EDT)


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 marek.safar@seznam.cz.

http://bugzilla.ximian.com/show_bug.cgi?id=65231

--- shadow/65231	2004-09-02 14:32:22.000000000 -0400
+++ shadow/65231.tmp.12011	2004-09-02 14:32:22.000000000 -0400
@@ -0,0 +1,48 @@
+Bug#: 65231
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: marek.safar@seznam.cz               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: CS3005 is not reported
+
+Description of Problem:
+
+Try this sample
+
+
+Steps to reproduce the problem:
+1. 
+// cs3005.cs: Identifier 'CLSClass.a.get' differing only in case is not
+CLS-compliant
+// Line: 8
+
+[assembly:System.CLSCompliant(true)]
+
+public class CLSClass {
+        public int get_A () { return 3; }
+        public int a { get { return 2; } }
+}
+
+Actual Results:
+
+No error
+
+Expected Results:
+
+error CS3005
+
+How often does this happen? 
+
+
+Additional Information: