[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
24 Jul 2002 17:47:27 -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 Tue Mar 19 05:42:57 2002
+++ shadow/22119.tmp.13511 Wed Jul 24 13:47:27 2002
@@ -2,13 +2,13 @@
Product: Mono/MCS
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -32,6 +32,14 @@
}
public static int Main () {
return 0;
}
}
}
+
+------- 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'.
+
+