Skip to content

Commit fb764f5

Browse files
committed
Update the Null.cs test case
1 parent b3ee983 commit fb764f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/cs/null/Null.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ public static void Main()
66
{
77
var c = new object();
88
Console.WriteLine(c != null);
9+
Console.WriteLine("hi" != null);
910
}
1011
}

0 commit comments

Comments
 (0)