https://bugzilla.novell.com/show_bug.cgi?id=662108

https://bugzilla.novell.com/show_bug.cgi?id=662108#c1


Marek Safar <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Marek Safar <[email protected]> 2011-01-05 13:26:52 UTC ---
Fixed in master.

I have tried to fix it in 2.6 branch but my git skills are not good enough to
commit to 2.6 branch

All what is needed is to change lines 1463-1467 in expression.cs to be

Expression e = Convert.ImplicitConversion (ec, expr, type, loc);
if (e != null){
  e = EmptyCast.Create (e, type);
  return ReducedExpression.Create (e, this).Resolve (ec);
}

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to