提交 a1822688 编写于 作者: E Eugene Auduchinok 提交者: Kevin Ransom (msft)

Add field names: whenExpr to Clause, isMutable to Field (#6308)

上级 8671454a
......@@ -1147,7 +1147,7 @@ and
and
[<NoEquality; NoComparison>]
SynMatchClause =
| Clause of SynPat * SynExpr option * SynExpr * range:range * SequencePointInfoForTarget
| Clause of SynPat * whenExpr: SynExpr option * SynExpr * range:range * SequencePointInfoForTarget
member this.RangeOfGuardAndRhs =
match this with
......@@ -1395,7 +1395,7 @@ and
[<NoEquality; NoComparison>]
/// The untyped, unchecked syntax tree for a field declaration in a record or class
SynField =
| Field of attrs:SynAttributes * isStatic:bool * Ident option * SynType * bool * xmlDoc:PreXmlDoc * accessibility:SynAccess option * range:range
| Field of attrs:SynAttributes * isStatic:bool * Ident option * SynType * isMutable: bool * xmlDoc:PreXmlDoc * accessibility:SynAccess option * range:range
and
[<NoEquality; NoComparison>]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册