Skip to content

Commit 90b28f0

Browse files
committed
Accept integration test changes
1 parent 7524f33 commit 90b28f0

File tree

1 file changed

+15
-15
lines changed
  • java/ql/integration-tests/posix-only/kotlin/gradle_kotlinx_serialization

1 file changed

+15
-15
lines changed

java/ql/integration-tests/posix-only/kotlin/gradle_kotlinx_serialization/PrintAst.expected

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ app/src/main/kotlin/testProject/App.kt:
1717
# 7| 0: [WhenBranch] ... -> ...
1818
# 7| 0: [ValueNEExpr] ... (value not-equals) ...
1919
# 7| 0: [IntegerLiteral] 3
20-
# 7| 1: [MethodAccess] and(...)
21-
# 7| -1: [IntegerLiteral] 3
22-
# 7| 0: [VarAccess] seen1
20+
# 7| 1: [AndBitwiseExpr] ... & ...
21+
# 7| 0: [IntegerLiteral] 3
22+
# 7| 1: [VarAccess] seen1
2323
# 7| 1: [ExprStmt] <Expr>;
2424
# 7| 0: [MethodAccess] throwMissingFieldException(...)
2525
# 7| -1: [TypeAccess] PluginExceptionsKt
@@ -232,9 +232,9 @@ app/src/main/kotlin/testProject/App.kt:
232232
# 7| 1: [ExprStmt] <Expr>;
233233
# 7| 0: [AssignExpr] ...=...
234234
# 7| 0: [VarAccess] tmp3_bitMask0
235-
# 7| 1: [MethodAccess] or(...)
236-
# 7| -1: [VarAccess] tmp3_bitMask0
237-
# 7| 0: [IntegerLiteral] 1
235+
# 7| 1: [OrBitwiseExpr] ... | ...
236+
# 7| 0: [VarAccess] tmp3_bitMask0
237+
# 7| 1: [IntegerLiteral] 1
238238
# 7| 1: [BlockStmt] { ... }
239239
# 7| 0: [ExprStmt] <Expr>;
240240
# 7| 0: [AssignExpr] ...=...
@@ -246,9 +246,9 @@ app/src/main/kotlin/testProject/App.kt:
246246
# 7| 1: [ExprStmt] <Expr>;
247247
# 7| 0: [AssignExpr] ...=...
248248
# 7| 0: [VarAccess] tmp3_bitMask0
249-
# 7| 1: [MethodAccess] or(...)
250-
# 7| -1: [VarAccess] tmp3_bitMask0
251-
# 7| 0: [IntegerLiteral] 2
249+
# 7| 1: [OrBitwiseExpr] ... | ...
250+
# 7| 0: [VarAccess] tmp3_bitMask0
251+
# 7| 1: [IntegerLiteral] 2
252252
# 7| 1: [WhenBranch] ... -> ...
253253
# 7| 0: [BooleanLiteral] true
254254
# 7| 1: [WhileStmt] while (...)
@@ -285,9 +285,9 @@ app/src/main/kotlin/testProject/App.kt:
285285
# 7| 1: [ExprStmt] <Expr>;
286286
# 7| 0: [AssignExpr] ...=...
287287
# 7| 0: [VarAccess] tmp3_bitMask0
288-
# 7| 1: [MethodAccess] or(...)
289-
# 7| -1: [VarAccess] tmp3_bitMask0
290-
# 7| 0: [IntegerLiteral] 1
288+
# 7| 1: [OrBitwiseExpr] ... | ...
289+
# 7| 0: [VarAccess] tmp3_bitMask0
290+
# 7| 1: [IntegerLiteral] 1
291291
# 7| 2: [WhenBranch] ... -> ...
292292
# 7| 0: [ValueEQExpr] ... (value equals) ...
293293
# 7| 0: [VarAccess] tmp2_index
@@ -303,9 +303,9 @@ app/src/main/kotlin/testProject/App.kt:
303303
# 7| 1: [ExprStmt] <Expr>;
304304
# 7| 0: [AssignExpr] ...=...
305305
# 7| 0: [VarAccess] tmp3_bitMask0
306-
# 7| 1: [MethodAccess] or(...)
307-
# 7| -1: [VarAccess] tmp3_bitMask0
308-
# 7| 0: [IntegerLiteral] 2
306+
# 7| 1: [OrBitwiseExpr] ... | ...
307+
# 7| 0: [VarAccess] tmp3_bitMask0
308+
# 7| 1: [IntegerLiteral] 2
309309
# 7| 3: [WhenBranch] ... -> ...
310310
# 7| 0: [BooleanLiteral] true
311311
# 7| 1: [ThrowStmt] throw ...

0 commit comments

Comments
 (0)