Skip to content

Commit a8660d4

Browse files
committed
C#: Fix typo
1 parent fb2b239 commit a8660d4

File tree

1 file changed

+1
-1
lines changed
  • csharp/ql/test/query-tests/Nullness

1 file changed

+1
-1
lines changed

csharp/ql/test/query-tests/Nullness/E.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ static void Ex33(string s, object o)
367367

368368
static int Ex35(string s = "null") => s.Length; // GOOD
369369

370-
static int Ex44(object o)
370+
static int Ex36(object o)
371371
{
372372
if (o is string)
373373
{

0 commit comments

Comments
 (0)