Skip to content

Commit 52c4653

Browse files
Another simplification that doesn't happen in the latest version
1 parent 933404e commit 52c4653

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/CSharp/ExpressionTests/ExpressionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2096,7 +2096,7 @@ internal static partial class Module1
20962096
{
20972097
public static void Main()
20982098
{
2099-
short x = true ? 50 : 100;
2099+
short x = true ? (short)50 : (short)100;
21002100
}
21012101
}
21022102
");

Tests/TestData/MultiFileCharacterization/VBToCSResults/ConvertWholeSolution/VbNetStandardLib/My Project/MyNamespace.Static.2.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)