Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 332 Bytes

RCS1190.md

File metadata and controls

23 lines (15 loc) · 332 Bytes

RCS1190: Join string expressions

Property Value
Id RCS1190
Severity Info

Example

Code with Diagnostic

string s = "a" + "b";

Code with Fix

string s = "ab";

(Generated with DotMarkdown)