[Mono-bugs] [Bug 639010] "dynamic" type not working in C# REPL

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Sep 15 12:47:54 EDT 2010


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

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


--- Comment #5 from Rob R <robreiss at hotmail.com> 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.


More information about the mono-bugs mailing list