Skip to content

Commit

Permalink
C#: Update PrintAst expected test output.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnebel committed Jan 10, 2025
1 parent 33bc604 commit b586059
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ implicitToString.cs:
# 25| 0: [LocalVariableAccess] access to local variable x2
# 25| 1: [AddExpr] ... + ...
# 25| 0: [StringLiteralUtf16] "Hello"
# 25| 1: [MethodCall] call to method ToString
# 25| -1: [LocalVariableAccess] access to local variable x1
# 26| 2: [ExprStmt] ...;
# 26| 0: [MethodCall] call to method Sink
# 26| 0: [LocalVariableAccess] access to local variable x2
Expand Down Expand Up @@ -90,4 +92,3 @@ implicitToString.cs:
# 40| 2: [ExprStmt] ...;
# 40| 0: [MethodCall] call to method Sink
# 40| 0: [LocalVariableAccess] access to local variable x2
# 25| [LocalVariableAccess] access to local variable x1

0 comments on commit b586059

Please sign in to comment.