http://bugzilla.novell.com/show_bug.cgi?id=624194

http://bugzilla.novell.com/show_bug.cgi?id=624194#c0


           Summary: dmcs issue with as operation
    Classification: Mono
           Product: Mono: Compilers
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
                CC: [email protected]
          Found By: ---
           Blocker: ---


Repro:

<<<<<<
using System;

class Program {

    static void Main ()
    {
        dynamic d = null;
        Console.WriteLine (d as Program);
    }
}
<<<<<<

Code compiles on csc4.
Blocks IronRuby 1.1.

-- 
Configure bugmail: http://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