mirror of https://github.com/icsharpcode/ILSpy.git
5 changed files with 40 additions and 1 deletions
@ -0,0 +1,15 @@
@@ -0,0 +1,15 @@
|
||||
namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty |
||||
{ |
||||
internal class Issue3541 |
||||
{ |
||||
private void Test(string format) |
||||
{ |
||||
TestLocal(); |
||||
|
||||
void TestLocal(int a = 0) |
||||
{ |
||||
a.ToString(format); |
||||
} |
||||
} |
||||
} |
||||
} |
||||
Loading…
Reference in new issue