提交 0a3cfe7e 编写于 作者: M Manish Vasani

Fix type in value of BranchKind.None

上级 7593dfa9
......@@ -10,7 +10,7 @@ public enum BranchKind
/// <summary>
/// Represents unknown branch kind.
/// </summary>
None = 0x1,
None = 0x0,
/// <summary>
/// Represents a continue branch kind.
......
......@@ -177,7 +177,7 @@ Microsoft.CodeAnalysis.Semantics.BranchKind
Microsoft.CodeAnalysis.Semantics.BranchKind.Break = 2 -> Microsoft.CodeAnalysis.Semantics.BranchKind
Microsoft.CodeAnalysis.Semantics.BranchKind.Continue = 1 -> Microsoft.CodeAnalysis.Semantics.BranchKind
Microsoft.CodeAnalysis.Semantics.BranchKind.GoTo = 3 -> Microsoft.CodeAnalysis.Semantics.BranchKind
Microsoft.CodeAnalysis.Semantics.BranchKind.None = 1 -> Microsoft.CodeAnalysis.Semantics.BranchKind
Microsoft.CodeAnalysis.Semantics.BranchKind.None = 0 -> Microsoft.CodeAnalysis.Semantics.BranchKind
Microsoft.CodeAnalysis.Semantics.CaseKind
Microsoft.CodeAnalysis.Semantics.CaseKind.Default = 4 -> Microsoft.CodeAnalysis.Semantics.CaseKind
Microsoft.CodeAnalysis.Semantics.CaseKind.None = 0 -> Microsoft.CodeAnalysis.Semantics.CaseKind
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册