You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/SA1000.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ The `new` and `stackalloc` keywords should always be followed by a space, except
33
33
34
34
* The `new` or `stackalloc` keyword is used to create a new implicitly-typed array. In this case there should be no
35
35
space between the keyword and the opening array bracket.
36
+
* The `new` keyword is part of implicit object creation (target-typed new). In this case there should be no space between the keyword and the opening parenthesis.
36
37
* The `new` keyword is part of a generic type constraint. In this case there should be no space between the `new`
0 commit comments