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


           Summary: gmcs fails when passing lambda expression to
                    IQueryable<T> extension method
           Product: Mono: Compilers
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: C#
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: Development


Description of Problem:

gmcs fails on the following

                static void Main (string [] args) {
                        IQueryable<int> iq = null;                      
                        iq.Select (i => i);
                } 


Actual Results:

gmcs fails with exception

Expected Results:
should compile succesfully

How often does this happen? 
always

Additional Information:
happend only with IQueryable<T>, and not with IEnumerable<T>


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