mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
C#: Fix merge conflict.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user