Skip to content

Commit a03f985

Browse files
committed
C#: Fixup of the PrintAst test.
1 parent c55effd commit a03f985

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

csharp/ql/test/library-tests/extension/PrintAst.expected

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ extensions.cs:
1212
# 6| -1: [TypeMention] string
1313
# 8| 4: [GTExpr] ... > ...
1414
# 8| 0: [PropertyCall] access to property Length
15-
# 8| -1: [SyntheticParameterAccess] access to synthetic parameter s
15+
# 8| -1: [SyntheticExtensionParameter] access to extension synthetic parameter s
1616
# 8| 1: [IntLiteral] 0
1717
# 9| 5: [Property] Prop2
1818
# 9| -1: [TypeMention] bool
@@ -41,7 +41,7 @@ extensions.cs:
4141
# 6| 0: [Parameter] s
4242
# 6| -1: [TypeMention] string
4343
# 11| 4: [IsExpr] ... is ...
44-
# 11| 0: [SyntheticParameterAccess] access to synthetic parameter s
44+
# 11| 0: [SyntheticExtensionParameter] access to extension synthetic parameter s
4545
# 11| 1: [NotPatternExpr] not ...
4646
# 11| 0: [ConstantPatternExpr,NullLiteral] null
4747
# 12| 8: [ExtensionMethod] M2
@@ -54,7 +54,7 @@ extensions.cs:
5454
# 12| 4: [BlockStmt] {...}
5555
# 12| 0: [ReturnStmt] return ...;
5656
# 12| 0: [AddExpr] ... + ...
57-
# 12| 0: [SyntheticParameterAccess] access to synthetic parameter s
57+
# 12| 0: [SyntheticExtensionParameter] access to extension synthetic parameter s
5858
# 12| 1: [ParameterAccess] access to parameter other
5959
# 13| 9: [ExtensionMethod] StaticM1
6060
# 13| -1: [TypeMention] int
@@ -126,7 +126,7 @@ extensions.cs:
126126
# 26| 0: [Parameter] t
127127
# 26| -1: [TypeMention] T
128128
# 28| 4: [IsExpr] ... is ...
129-
# 28| 0: [SyntheticParameterAccess] access to synthetic parameter t
129+
# 28| 0: [SyntheticExtensionParameter] access to extension synthetic parameter t
130130
# 28| 1: [NotPatternExpr] not ...
131131
# 28| 0: [ConstantPatternExpr,NullLiteral] null
132132
# 29| 5: [Property] GenericProp2
@@ -150,7 +150,7 @@ extensions.cs:
150150
# 26| 0: [Parameter] t
151151
# 26| -1: [TypeMention] T
152152
# 30| 4: [IsExpr] ... is ...
153-
# 30| 0: [SyntheticParameterAccess] access to synthetic parameter t
153+
# 30| 0: [SyntheticExtensionParameter] access to extension synthetic parameter t
154154
# 30| 1: [NotPatternExpr] not ...
155155
# 30| 0: [ConstantPatternExpr,NullLiteral] null
156156
# 31| 7: [ExtensionMethod] GenericM2`1

0 commit comments

Comments
 (0)