mirror of https://github.com/icsharpcode/ILSpy.git
4 changed files with 41 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||||||
|
namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty |
||||||
|
{ |
||||||
|
public static class GloballyQualifiedTypeInStringInterpolation |
||||||
|
{ |
||||||
|
public static string CurrentDateTime => $"Time: {(global::System.DateTime.Now)}"; |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue