Skip to content

Commit

Permalink
Update TestFile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Cesar committed May 28, 2024
1 parent 1095cb7 commit 596688e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test-files/TestClass.cs → test-files/TestFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Diagnostics;
using System.Runtime.Serialization;

namespace TestClass
namespace TestNamespace
{
/// <summary>
/// Sample class comment.
Expand All @@ -29,5 +29,6 @@ public enum TestEnum {
D = 0b_0000_0100, // binary: 4 in decimal
E = 0x005, // hexadecimal: 5 in decimal
F = 0x000_01a, // hexadecimal: 26 in decimal
G // 27 in decimal
}
}

0 comments on commit 596688e

Please sign in to comment.