Skip to content

Commit

Permalink
FIXME: Remove this commit; it's for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Mar 21, 2024
1 parent daebc0f commit fb52dfa
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,17 @@ public static class StorageClasses
/// Name for the Archive storage class.
/// </summary>
public const string Archive = "ARCHIVE";

/// <summary>
/// This is just a sample addition.
/// </summary>
public const string FixmeSampleChange = "FIXME";

/// <summary>
/// This is just a sample addition.
/// </summary>
public static void Method()
{
}
}
}

0 comments on commit fb52dfa

Please sign in to comment.