未验证 提交 a93b3aee 编写于 作者: T Tom Needham 提交者: GitHub

Fix Formatting

Co-Authored-By: NCyrusNajmabadi <cyrus.najmabadi@gmail.com>
上级 a3c7dacb
......@@ -28,6 +28,7 @@ public static ICollection<ISymbol> GetMissingEnumMembers(ISwitchExpressionOperat
// and check if it is of enum type
switchExpression?.Type.IsNullable(out switchExpressionType);
}
if (switchExpressionType?.TypeKind == TypeKind.Enum)
{
if (!PopulateSwitchStatementHelpers.TryGetAllEnumMembers(switchExpressionType, enumMembers) ||
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册