Property | Value |
---|---|
Id | RCS1058 |
Category | Simplification |
Severity | Info |
Minimal Language Version | 8.0 (??= operator) |
x = x + 2;
x += 2;
x ?? (x = M())
x ??= M()
(Generated with DotMarkdown)
Property | Value |
---|---|
Id | RCS1058 |
Category | Simplification |
Severity | Info |
Minimal Language Version | 8.0 (??= operator) |
x = x + 2;
x += 2;
x ?? (x = M())
x ??= M()
(Generated with DotMarkdown)