@@ -83,8 +83,8 @@ BinaryPattern.cs:
8383# 10| 0: [VariablePatternExpr] Object o
8484# 10| 0: [TypeMention] object
8585# 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
8888# 10| 0: [TypeMention] BinaryPattern
8989# 10| 3: [PropertyPatternExpr] { ... }
9090# 10| 0: [ConstantPatternExpr,IntLiteral,LabeledPatternExpr] 1
@@ -608,14 +608,14 @@ ParenthesizedPattern.cs:
608608# 9| 0: [IsExpr] ... is ...
609609# 9| 0: [ParameterAccess] access to parameter o
610610# 9| 1: [RecursivePatternExpr] { ... }
611- # 9| 0: [LocalVariableDeclExpr ] Object p1
611+ # 9| 0: [VariablePatternExpr ] Object p1
612612# 9| 3: [PropertyPatternExpr] { ... }
613613# 10| 1: [BlockStmt] {...}
614614# 13| 1: [IfStmt] if (...) ...
615615# 13| 0: [IsExpr] ... is ...
616616# 13| 0: [ParameterAccess] access to parameter o
617617# 13| 1: [RecursivePatternExpr] { ... }
618- # 13| 0: [LocalVariableDeclExpr ] Object p2
618+ # 13| 0: [VariablePatternExpr ] Object p2
619619# 13| 3: [PropertyPatternExpr] { ... }
620620# 14| 1: [BlockStmt] {...}
621621# 19| 6: [Method] M2
@@ -1039,8 +1039,8 @@ UnaryPattern.cs:
10391039# 12| 0: [ParameterAccess] access to parameter c
10401040# 12| 1: [NotPatternExpr] not ...
10411041# 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
10441044# 12| 0: [TypeMention] UnaryPattern
10451045# 12| 3: [PropertyPatternExpr] { ... }
10461046# 12| 0: [ConstantPatternExpr,IntLiteral,LabeledPatternExpr] 1
0 commit comments