Project
ReSharper
Priority
Show-stopper
Type
Bug
Fix versions
2.5.1, 3.0
State
Fixed
Assignee
Andrey Simanovsky
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Vladimir Reshetnikov
    5 years ago (20 Dec 2006 15:50)
  • Updated by   Vladimir Reshetnikov
    5 years ago (24 Dec 2006 23:35)
  • Jira: RSRP-33744
    (history, comments)
 
RSRP-33744 False error report: unexpected token
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
class Stuff
{
	static void Foo()
	{
		int x = 0;
		checked(x + 1).ToString();
	}
}


class Stuff
{
	static void Foo()
	{
		int[] x = { 0 };
		checked(x[1 - 1]) = 0;
	}
}


class Stuff
{
	static void Foo()
	{
		int x = 0;
		checked(x) = 0;
	}
}


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