We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 281ec6e commit 04c455eCopy full SHA for 04c455e
csharp/ql/test/library-tests/dataflow/implicittostring/PrintAst.expected
@@ -48,6 +48,8 @@ implicitToString.cs:
48
# 25| 0: [LocalVariableAccess] access to local variable x2
49
# 25| 1: [AddExpr] ... + ...
50
# 25| 0: [StringLiteralUtf16] "Hello"
51
+# 25| 1: [MethodCall] call to method ToString
52
+# 25| -1: [LocalVariableAccess] access to local variable x1
53
# 26| 2: [ExprStmt] ...;
54
# 26| 0: [MethodCall] call to method Sink
55
# 26| 0: [LocalVariableAccess] access to local variable x2
@@ -90,4 +92,3 @@ implicitToString.cs:
90
92
# 40| 2: [ExprStmt] ...;
91
93
# 40| 0: [MethodCall] call to method Sink
94
# 40| 0: [LocalVariableAccess] access to local variable x2
-# 25| [LocalVariableAccess] access to local variable x1
0 commit comments