|
Project
|
ReSharper
|
|
Priority
|
Show-stopper |
|
Type
|
Bug |
|
Fix versions
|
2.5.1, 3.0 |
|
State
|
Fixed |
|
Assignee
|
Evgeny Pasynkov |
|
Subsystem
|
Quick Fixes |
|
Affected versions
|
No Affected versions |
|
Fixed in build
|
No Fixed in build |
using System.Collections.Generic;
class Stuff
{
static IEnumerable<int> Foo()
{
yield return null; // here
}
}
Returns true in CastFixBase.cs:105