File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1147,7 +1147,7 @@ and
11471147and
11481148 [<NoEquality; NoComparison>]
11491149 SynMatchClause =
1150- | Clause of SynPat * SynExpr option * SynExpr * range : range * SequencePointInfoForTarget
1150+ | Clause of SynPat * whenExpr : SynExpr option * SynExpr * range : range * SequencePointInfoForTarget
11511151
11521152 member this.RangeOfGuardAndRhs =
11531153 match this with
@@ -1395,7 +1395,7 @@ and
13951395 [<NoEquality; NoComparison>]
13961396 /// The untyped, unchecked syntax tree for a field declaration in a record or class
13971397 SynField =
1398- | Field of attrs : SynAttributes * isStatic : bool * Ident option * SynType * bool * xmlDoc : PreXmlDoc * accessibility : SynAccess option * range : range
1398+ | Field of attrs : SynAttributes * isStatic : bool * Ident option * SynType * isMutable : bool * xmlDoc : PreXmlDoc * accessibility : SynAccess option * range : range
13991399
14001400and
14011401 [<NoEquality; NoComparison>]
You can’t perform that action at this time.
0 commit comments