Open twsouthwick opened 9 years ago
Is this expected behavior?
Before:
private static HashSet<string> Foo { get; } = new HashSet<string>(StringComparer.Ordinal) { "item1", "item2" };
After:
Is this expected behavior?
Before:
After: