History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-33744
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Andrey Simanovsky
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
ReSharper

False error report: unexpected token

Created: 20 Dec 06 14:50   Updated: 24 Dec 06 22:35
Component/s: None
Fix Version/s: 3.0, 2.5.1
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 326
Fixed in build: 330


 Description  « Hide
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;
	}
}


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.