Project
ReSharper
Priority
Critical
Type
Bug
Fix versions
Mirabile Futurum
State
Open
Assignee
Olga Lobacheva
Subsystem
Psi
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Sergey Shkredov
    3 years ago (23 Mar 2009 20:18)
  • Updated by   Olga Lobacheva
    10 months ago (29 Jun 2011 18:41)
  • Jira: RSRP-99994
    (history, comments)
 
RSRP-99994 query lambda parameter lost it's type
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
using System.Collections.Generic;
using System.Linq;

public class Dest
{
  public void Foo(IEnumerable<string> gov)
  {
    var enumerable = gov.Select(x => x.ToString());
    var ints = from h in gov where h != null select h; // 'h' under 'select' doesn't have a type (((
  }
}
Comments (0)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Issue has no comments