Priority
Critical
Type
Bug 
State
Fixed 
Assignee
Eugene Pasynkov 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
5.0.1612.107  
Build
804
Fixed in build
900
  • Submitted by   Andriy Kvasnytsya
    20 months ago (02 Jun 2008 18:50)
  • Updated by Andriy Kvasnytsya
    20 months ago (04 Jun 2008 14:02)
  • Jira: RSRP-70745
    (history, comments)

RSRP-70745

"Type cast is redundant" in case of implicit type conversion

0
False hint in case of implicit type conversion:
int i = 0;
char c = ' ';
Console.Write("{0}", i != 0 ? (object)i : c);


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