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
/// Verifies that an unary operator declaration with its closing parenthesis on a different line as the last parameter will produce the expected diagnostics.
1551
+
/// </summary>
1552
+
/// <returns>A <see cref="Task"/> representing the asynchronous unit test.</returns>
/// Verifies that a binary operator declaration with its closing parenthesis on a different line as the last parameter will produce the expected diagnostics.
1584
+
/// </summary>
1585
+
/// <returns>A <see cref="Task"/> representing the asynchronous unit test.</returns>
/// Verifies that a conversion operator declaration with its closing parenthesis on a different line as the last parameter will produce the expected diagnostics.
1617
+
/// </summary>
1618
+
/// <returns>A <see cref="Task"/> representing the asynchronous unit test.</returns>
Copy file name to clipboardExpand all lines: StyleCop.Analyzers/StyleCop.Analyzers/ReadabilityRules/SA1111ClosingParenthesisMustBeOnLineOfLastParameter.cs
+12-19Lines changed: 12 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -51,9 +51,15 @@ internal class SA1111ClosingParenthesisMustBeOnLineOfLastParameter : DiagnosticA
0 commit comments