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

Key: RSRP-33809
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Olga Lobacheva
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: cannot convert source type 'string' to target type 'byte?'

Created: 21 Dec 06 18:43   Updated: 26 Oct 07 11:35
Component/s: None
Fix Version/s: 3.1
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Relates
This issue relates to:
RSRP-36350 Bad nullable management Critical Closed
 

Build: 326


 Description  « Hide
internal class A
{
	private static void F()
	{
		byte? b = 0;
		b += null; // False error report: cannot convert source type 'string' to target type 'byte?'
	}
}


 All   Comments   Work Log   Change History      Sort Order:
Vladimir Reshetnikov - 03 Jun 07 18:47
Not yet fixed in 450.

Vladimir Reshetnikov - 26 Oct 07 11:35
Not yet fixed in 545.