Files
T
2026-08-27 10:56:38 -06:00

10 lines
105 B
C#

namespace Microsoft.CodeAnalysis.CSharp;
internal enum BetterResult
{
Left,
Right,
Neither,
Equal
}