Project
ReSharper
Priority
Show-stopper
Type
Bug
Fix versions
4.1
State
Fixed
Assignee
Evgeny Pasynkov
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
5.0.1612.107  
  • Created by   Serge Baltic
    3 years ago (05 Jun 2008 20:50)
  • Updated by   Serge Baltic
    3 years ago (06 Jun 2008 14:11)
  • Jira: RSRP-71277
    (history, comments)
 
RSRP-71277 Compiler Error not Highlighted: Use of Unassigned Local Variable
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
Build 2008-06-02.

public void T()
{
	R(delegate
	{
		int nCount;
		Console.WriteLine(nCount);
	});
}
void R(Action action){}


Compiler says nCount is unassigned, R# says all green.

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