We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a8c1bc commit d947a26Copy full SHA for d947a26
1 file changed
Tests/CSharp/ExpressionTests/StringExpressionTests.cs
@@ -561,7 +561,7 @@ private void TestMethod()
561
{
562
char testChar = default;
563
bool testResult = testChar == char.MinValue;
564
- bool testResult2 = char.MinValue == testChar;
+ bool testResult2 = testChar == char.MinValue;
565
bool testResult3 = testChar != char.MinValue;
566
}
567
}");
0 commit comments