[Mono-bugs] [Bug 56456][Nor] Changed - CS1614: 'A' is ambiguous; use either '@A' or 'AAttribute'
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 10 Apr 2004 15:48:42 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=56456
--- shadow/56456 2004-04-04 12:45:14.000000000 -0400
+++ shadow/56456.tmp.28782 2004-04-10 15:48:42.000000000 -0400
@@ -1,17 +1,17 @@
Bug#: 56456
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
-Priority: Wishlist
+Severity: Unknown
+Priority: Normal
Component: C#
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: rharinath@novell.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: CS1614: 'A' is ambiguous; use either '@A' or 'AAttribute'
@@ -28,6 +28,13 @@
CSC gives:
C:\Inetpub\ftproot>csc t.cs
t.cs(4,3): error CS1614: 'A' is ambiguous; use either '@A' or 'AAttribute'
t.cs(3,14): (Location of symbol related to previous error)
t.cs(9,14): (Location of symbol related to previous error)
+
+------- Additional Comments From miguel@ximian.com 2004-04-10 15:48 -------
+Assigning to Raja: training.
+
+In this case, instead of letting the attribute code pick the first
+match, it should continue processing, and if it finds a second
+match, it should report the error.