Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 508 Bytes

RCS1190.md

File metadata and controls

28 lines (18 loc) · 508 Bytes

RCS1190: Join string expressions

Property Value
Id RCS1190
Category Simplification
Severity Info

Example

Code with Diagnostic

string s = "a" + "b"; // RCS1190

Code with Fix

string s = "ab";

See Also

(Generated with DotMarkdown)