[Mono-bugs] [Bug 335594] bug in Mono.CSharp.Binary.ResolveOperator when override String
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Oct 31 00:52:18 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=335594#c1
Miguel de Icaza <miguel at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |miguel at novell.com
--- Comment #1 from Miguel de Icaza <miguel at novell.com> 2007-10-30 22:52:17 MST ---
Just a tiny bit of research: we are returning a null from the call to:
MethodGroupExpr ops = (MethodGroupExpr) MemberLookup (
ec.ContainerType, lookup, oper_names [(int) oper],
MemberTypes.Method, AllBindingFlags, loc);
For oper == Addition, lookup= System.String and
ec.ContainerType==TestCompiler.MainClass
--
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