File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
csharp/ql/test/library-tests/dataflow/implicittostring Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ implicitToString.cs:
48
48
# 25| 0: [LocalVariableAccess] access to local variable x2
49
49
# 25| 1: [AddExpr] ... + ...
50
50
# 25| 0: [StringLiteralUtf16] "Hello"
51
+ # 25| 1: [MethodCall] call to method ToString
52
+ # 25| -1: [LocalVariableAccess] access to local variable x1
51
53
# 26| 2: [ExprStmt] ...;
52
54
# 26| 0: [MethodCall] call to method Sink
53
55
# 26| 0: [LocalVariableAccess] access to local variable x2
@@ -86,8 +88,8 @@ implicitToString.cs:
86
88
# 39| 0: [LocalVariableAccess] access to local variable x2
87
89
# 39| 1: [InterpolatedStringExpr] $"..."
88
90
# 39| 0: [StringLiteralUtf16] "Hello "
91
+ # 39| 1: [MethodCall] call to method ToString
92
+ # 39| -1: [LocalVariableAccess] access to local variable x1
89
93
# 40| 2: [ExprStmt] ...;
90
94
# 40| 0: [MethodCall] call to method Sink
91
95
# 40| 0: [LocalVariableAccess] access to local variable x2
92
- # 25| [LocalVariableAccess] access to local variable x1
93
- # 39| [LocalVariableAccess] access to local variable x1
You can’t perform that action at this time.
0 commit comments