Skip to content

Commit 5039acb

Browse files
committed
Kotlin 2: Accept changes in library-tests/stmts/PrintAst.expected
1 parent e8b8b11 commit 5039acb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

java/ql/test-kotlin2/library-tests/stmts/PrintAst.expected

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ stmts.kt:
153153
# 37| 1: [BreakStmt] break
154154
# 41| 4: [EnhancedForStmt] for (... : ...)
155155
#-----| 0: (Single Local Variable Declaration)
156-
# 41| 1: [LocalVariableDeclExpr] tmp3_loop_parameter
156+
# 41| 1: [LocalVariableDeclExpr] <destruct>
157157
# 41| 1: [MethodCall] withIndex(...)
158158
# 41| -2: [TypeAccess] Integer
159159
# 41| -1: [TypeAccess] CollectionsKt
@@ -163,12 +163,12 @@ stmts.kt:
163163
# 41| 2: [BlockStmt] { ... }
164164
# 41| 0: [LocalVariableDeclStmt] var ...;
165165
# 41| 1: [LocalVariableDeclExpr] v
166-
# 0| 0: [MethodCall] component1(...)
167-
# 41| -1: [VarAccess] tmp3_loop_parameter
166+
# 41| 0: [MethodCall] component1(...)
167+
# 41| -1: [VarAccess] <destruct>
168168
# 41| 1: [LocalVariableDeclStmt] var ...;
169169
# 41| 1: [LocalVariableDeclExpr] i
170-
# 0| 0: [MethodCall] component2(...)
171-
# 0| -1: [VarAccess] tmp3_loop_parameter
170+
# 41| 0: [MethodCall] component2(...)
171+
# 41| -1: [VarAccess] <destruct>
172172
# 41| 2: [BlockStmt] { ... }
173173
# 42| 0: [ExprStmt] <Expr>;
174174
# 42| 0: [WhenExpr] when ...

0 commit comments

Comments
 (0)