[Mono-bugs] [Bug 22119][Nor] Changed - incorrect name/type resolution with casts and some variable names
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
6 Aug 2002 22:13:06 -0000
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 martin@gnome.org.
http://bugzilla.ximian.com/show_bug.cgi?id=22119
--- shadow/22119 Wed Jul 24 13:47:27 2002
+++ shadow/22119.tmp.3176 Tue Aug 6 18:13:06 2002
@@ -1,13 +1,13 @@
Bug#: 22119
Product: Mono/MCS
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
@@ -39,7 +39,11 @@
------- Additional Comments From martin@gnome.org 2002-07-24 13:47 -------
This is a bug in the parser's grammar:
The `A.Iface' is resolved to a MemberAccess(A,Iface) and not to the
identifier `A.Iface'.
+
+
+------- Additional Comments From martin@gnome.org 2002-08-06 18:13 -------
+Fixed in CVS, added your test case as test-159.cs