We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033c83f commit 8d97f37Copy full SHA for 8d97f37
Src/CSharpier.Tests/FormattingTests/TestFiles/cs/ParenthesizedLambdaExpressions.test
@@ -5,6 +5,9 @@ public class ClassName
5
null,
6
(Action)(() => { })
7
);
8
+ private SomeObject someObject = new SomeObject_____________________________________(
9
+ () => new SomeObject()
10
+ );
11
private static readonly Action _callbackCompleted = () => { };
12
13
public void MethodName()
@@ -103,7 +106,7 @@ public class ClassName
103
106
CallMethod(() =>
104
107
CallAnotherMethod______________________________________________________123()
105
108
-
109
+
110
CallMethod(
111
CallAnotherMethod_________________(),
112
() => CallAnotherMethod_________________()
0 commit comments