Skip to content

Commit 03787bf

Browse files
committed
Avoid parentheses around lambdas where possible.
1 parent 05632fc commit 03787bf

6 files changed

Lines changed: 525 additions & 24 deletions

File tree

ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
<Compile Include="..\ILSpy\DebugInfo\DebugInfoUtils.cs" Link="DebugInfoUtils.cs" />
9292
<Compile Include="..\ILSpy\DebugInfo\PortableDebugInfoProvider.cs" Link="PortableDebugInfoProvider.cs" />
9393
<Compile Include="DisassemblerPrettyTestRunner.cs" />
94+
<Compile Include="Output\InsertParenthesesVisitorTests.cs" />
9495
<Compile Include="ProjectDecompiler\TargetFrameworkTests.cs" />
9596
<Compile Include="TestAssemblyResolver.cs" />
9697
<Compile Include="TestCases\Correctness\DeconstructionTests.cs" />

0 commit comments

Comments
 (0)