Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Olga Lobacheva 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
Build
326
  • Submitted by   Vladimir Reshetnikov
    3 years ago (21 Dec 2006 18:43)
  • Updated by Vladimir Reshetnikov
    2 years ago (26 Oct 2007 11:35)
  • Jira: RSRP-33809
    (history, comments)

RSRP-33809

False error report: cannot convert source type 'string' to target type 'byte?'

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


Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments