C#: Fix merge conflict.

This commit is contained in:
calum
2019-01-29 18:15:33 +00:00
parent 423513169f
commit d63df71a8a
2 changed files with 1 additions and 3 deletions

View File

@@ -30,8 +30,6 @@ public class DefaultToString
var sb = new StringBuilder();
sb.Append(new char[] { 'a', 'b', 'c' }, 0, 3); // GOOD
IInterface f = null;
Console.WriteLine(f); // GOOD
IPrivate f = null;
Console.WriteLine(f); // BAD