diff --git a/ICSharpCode.Decompiler/DecompilerSettings.cs b/ICSharpCode.Decompiler/DecompilerSettings.cs index 1cf0ce8e0..94825477a 100644 --- a/ICSharpCode.Decompiler/DecompilerSettings.cs +++ b/ICSharpCode.Decompiler/DecompilerSettings.cs @@ -1065,7 +1065,7 @@ namespace ICSharpCode.Decompiler } } - bool staticLocalFunctions = true; + bool staticLocalFunctions = false; /// /// Gets/Sets whether C# 8.0 static local functions should be transformed.