[Mono-bugs] [Bug 82467][Nor] New - CS1955

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Aug 17 10:08:13 EDT 2007


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 at seznam.cz.

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

--- shadow/82467	2007-08-17 10:08:13.000000000 -0400
+++ shadow/82467.tmp.21557	2007-08-17 10:08:13.000000000 -0400
@@ -0,0 +1,57 @@
+Bug#: 82467
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: marek.safar at seznam.cz               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: CS1955
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+
+using System;
+
+class Y {
+	public int x { get { return 1; }}
+
+}
+
+class X {
+	static int Main ()
+	{
+		Y y = new Y ();
+
+		y.x ();
+		return 0;
+	}
+}
+
+
+Actual Results:
+
+Invalid error message.
+
+Expected Results:
+
+.cs(13,5): error CS1955: Non-invocable member `Y.x' cannot be used like a 
+       method.
+
+
+How often does this happen? 
+
+
+Additional Information:


More information about the mono-bugs mailing list