@@ -83,8 +83,8 @@ BinaryPattern.cs:
83
83
# 10| 0: [VariablePatternExpr] Object o
84
84
# 10| 0: [TypeMention] object
85
85
# 10| 1: [RecursivePatternExpr] { ... }
86
- # 10| 0: [LocalVariableDeclExpr ] BinaryPattern u
87
- # 10| 1: [TypeAccess ] access to type BinaryPattern
86
+ # 10| 0: [VariablePatternExpr ] BinaryPattern u
87
+ # 10| 1: [TypeAccessPatternExpr ] access to type BinaryPattern
88
88
# 10| 0: [TypeMention] BinaryPattern
89
89
# 10| 3: [PropertyPatternExpr] { ... }
90
90
# 10| 0: [ConstantPatternExpr,IntLiteral,LabeledPatternExpr] 1
@@ -608,14 +608,14 @@ ParenthesizedPattern.cs:
608
608
# 9| 0: [IsExpr] ... is ...
609
609
# 9| 0: [ParameterAccess] access to parameter o
610
610
# 9| 1: [RecursivePatternExpr] { ... }
611
- # 9| 0: [LocalVariableDeclExpr ] Object p1
611
+ # 9| 0: [VariablePatternExpr ] Object p1
612
612
# 9| 3: [PropertyPatternExpr] { ... }
613
613
# 10| 1: [BlockStmt] {...}
614
614
# 13| 1: [IfStmt] if (...) ...
615
615
# 13| 0: [IsExpr] ... is ...
616
616
# 13| 0: [ParameterAccess] access to parameter o
617
617
# 13| 1: [RecursivePatternExpr] { ... }
618
- # 13| 0: [LocalVariableDeclExpr ] Object p2
618
+ # 13| 0: [VariablePatternExpr ] Object p2
619
619
# 13| 3: [PropertyPatternExpr] { ... }
620
620
# 14| 1: [BlockStmt] {...}
621
621
# 19| 6: [Method] M2
@@ -1039,8 +1039,8 @@ UnaryPattern.cs:
1039
1039
# 12| 0: [ParameterAccess] access to parameter c
1040
1040
# 12| 1: [NotPatternExpr] not ...
1041
1041
# 12| 0: [RecursivePatternExpr] { ... }
1042
- # 12| 0: [LocalVariableDeclExpr ] UnaryPattern u
1043
- # 12| 1: [TypeAccess ] access to type UnaryPattern
1042
+ # 12| 0: [VariablePatternExpr ] UnaryPattern u
1043
+ # 12| 1: [TypeAccessPatternExpr ] access to type UnaryPattern
1044
1044
# 12| 0: [TypeMention] UnaryPattern
1045
1045
# 12| 3: [PropertyPatternExpr] { ... }
1046
1046
# 12| 0: [ConstantPatternExpr,IntLiteral,LabeledPatternExpr] 1
0 commit comments