[Mono-bugs] [Bug 639407] csharp still doesn't properly support "dynamic"

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Sep 20 16:58:25 EDT 2010


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

https://bugzilla.novell.com/show_bug.cgi?id=639407#c5


Andrew Jorgensen <ajorgensen at novell.com> changed:

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

--- Comment #5 from Andrew Jorgensen <ajorgensen at novell.com> 2010-09-20 20:58:25 UTC ---
my bad on the redefinitions, instead of doing
dynamic a = 4;
a = "hello";

I was doing
dynamic a = 4;
dynamic a = "hello";

which is not correct.

-- 
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