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

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


--- Comment #5 from Rob R <[email protected]> 2010-09-15 16:47:53 UTC ---
I just tested on master and it worked.  Great turn around time, thanks!

Test:
Mono C# Shell, type "help;" for help

Enter statements below.
csharp> dynamic a = 4;
csharp> a.GetType();
System.Int32
csharp> a = "hello";
"hello"
csharp> a.GetType();
System.String
csharp>

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

Reply via email to