Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Dmitry Lomov 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
Visible to
All Users 
  • Submitted by   Andrew Serebryansky
    3 years ago (28 Aug 2006 13:32)
  • Updated by Andrew Serebryansky
    3 years ago (24 Oct 2006 18:12)
  • Jira: RSRP-28277
    (history, comments)

RSRP-28277

Wrong 'Cannot resolve symbol'

0
The following code is indicated as incorrect by ReSharper, but compiles fine:

private static bool ValueIsInList<T>(T value, IEnumerable<T> list)
{
foreach (T match in list)
if (match.Equals(value))
return true;

return false;
}

Issue was closed
Comments (0)
 
History (0)
 
Linked Issues (0)
 
TeamCity Changes (0)
 
Issue has no comments