Browse Source

Fix compiler warnings.

null-coalescing-assignment
Daniel Grunwald 2 years ago
parent
commit
5fb2385671
  1. 1
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/CustomTaskType.cs
  2. 1
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/QualifierTests.cs

1
ICSharpCode.Decompiler.Tests/TestCases/Pretty/CustomTaskType.cs

@ -144,6 +144,7 @@ namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty @@ -144,6 +144,7 @@ namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty
namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty.Issue1788
{
#pragma warning disable CS8981
[AsyncMethodBuilder(typeof(builder))]
internal class async
{

1
ICSharpCode.Decompiler.Tests/TestCases/Pretty/QualifierTests.cs

@ -139,6 +139,7 @@ namespace ICSharpCode.Decompiler.Tests.Pretty @@ -139,6 +139,7 @@ namespace ICSharpCode.Decompiler.Tests.Pretty
}
}
#pragma warning disable CS8981
private class i
{
public static void Test()

Loading…
Cancel
Save