[Mono-bugs] [Bug 385058] Compilation failure on ambiguity
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Apr 30 07:51:38 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=385058
User msafar at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=385058#c2
--- Comment #2 from Marek Safar <msafar at novell.com> 2008-04-30 05:51:37 MST ---
I fixed the error message so we now report
cs.cs(32,21): error CS0121: The call is ambiguous between the following methods
or properties: `string.operator ==(string, string)' and `Identifier.operator
==(Identifier, Identifier)'
cs.cs(7,28): (Location of the symbol related to previous error)
cs.cs(32,30): error CS0121: The call is ambiguous between the following methods
or properties: `string.operator ==(string, string)' and `Identifier.operat
or ==(Identifier, Identifier)'
cs.cs(7,28): (Location of the symbol related to previous error)
which seems to me to be correct. Any thoughts ?
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list