Files
MercuryToolbox/fixtures/managed/diagnose-src/TestOnlySupport/TestMarker.cs
T

10 lines
132 B
C#

namespace TestOnlySupport
{
public static class TestMarker
{
public static void Touch()
{
}
}
}