提交 2ca7a99b 编写于 作者: C CyrusNajmabadi

Update BlockType of switch statement.

上级 07e30c34
......@@ -18,7 +18,7 @@ internal class SwitchStatementStructureProvider : AbstractSyntaxNodeStructurePro
isCollapsible: true,
textSpan: TextSpan.FromBounds(node.CloseParenToken.Span.End, node.CloseBraceToken.Span.End),
hintSpan: node.Span,
type: BlockTypes.Statement));
type: BlockTypes.Conditional));
}
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册