[Mono-bugs] [Bug 73834][Nor] Changed - Wrong CS0154 error
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 16 Apr 2005 08:22:58 -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 rharinath@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73834
--- shadow/73834 2005-03-19 15:42:43.000000000 -0500
+++ shadow/73834.tmp.22571 2005-04-16 08:22:58.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 73834
Product: Mono: Compilers
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: rharinath@novell.com
ReportedBy: marek.safar@seznam.cz
QAContact: mono-bugs@ximian.com
@@ -57,6 +57,9 @@
classes, I think the right way is to make SimpleNameResolve try to
determine this property itself.
If SimpleNameResolve finds a non-static member expression, it should
keep going on until it hits a type. I don't think this'll be too
expensive since the type-lookup is well cached now.
+
+------- Additional Comments From rharinath@novell.com 2005-04-16 08:22 -------
+fix applied to SVN