Browse Source

Disable static local functions until tests is fixed

pull/1797/head
SilverFox 6 years ago
parent
commit
74dec0f7fb
  1. 2
      ICSharpCode.Decompiler/DecompilerSettings.cs

2
ICSharpCode.Decompiler/DecompilerSettings.cs

@ -1065,7 +1065,7 @@ namespace ICSharpCode.Decompiler @@ -1065,7 +1065,7 @@ namespace ICSharpCode.Decompiler
}
}
bool staticLocalFunctions = true;
bool staticLocalFunctions = false;
/// <summary>
/// Gets/Sets whether C# 8.0 static local functions should be transformed.

Loading…
Cancel
Save