Priority
Critical
Type
Bug 
State
Won't fix 
Assignee
Dmitry Lomov 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
  • Submitted by   Ilya Ryzhenkov
    2 years ago (30 Jan 2008 20:40)
  • Updated by Ilya Ryzhenkov
    19 months ago (04 Jul 2008 00:09)
  • Jira: RSRP-56944
    (history, comments)

RSRP-56944

Invalid error for extension method

0
        void foo(object param)
        {
            List<int> list = new List<int>();

            list.Cast<short>().DefaultIfEmpty(0); // invalid error here
        }


Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments