@@ -17,9 +17,9 @@ app/src/main/kotlin/testProject/App.kt:
17
17
# 7| 0: [WhenBranch] ... -> ...
18
18
# 7| 0: [ValueNEExpr] ... (value not-equals) ...
19
19
# 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
23
23
# 7| 1: [ExprStmt] <Expr>;
24
24
# 7| 0: [MethodAccess] throwMissingFieldException(...)
25
25
# 7| -1: [TypeAccess] PluginExceptionsKt
@@ -232,9 +232,9 @@ app/src/main/kotlin/testProject/App.kt:
232
232
# 7| 1: [ExprStmt] <Expr>;
233
233
# 7| 0: [AssignExpr] ...=...
234
234
# 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
238
238
# 7| 1: [BlockStmt] { ... }
239
239
# 7| 0: [ExprStmt] <Expr>;
240
240
# 7| 0: [AssignExpr] ...=...
@@ -246,9 +246,9 @@ app/src/main/kotlin/testProject/App.kt:
246
246
# 7| 1: [ExprStmt] <Expr>;
247
247
# 7| 0: [AssignExpr] ...=...
248
248
# 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
252
252
# 7| 1: [WhenBranch] ... -> ...
253
253
# 7| 0: [BooleanLiteral] true
254
254
# 7| 1: [WhileStmt] while (...)
@@ -285,9 +285,9 @@ app/src/main/kotlin/testProject/App.kt:
285
285
# 7| 1: [ExprStmt] <Expr>;
286
286
# 7| 0: [AssignExpr] ...=...
287
287
# 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
291
291
# 7| 2: [WhenBranch] ... -> ...
292
292
# 7| 0: [ValueEQExpr] ... (value equals) ...
293
293
# 7| 0: [VarAccess] tmp2_index
@@ -303,9 +303,9 @@ app/src/main/kotlin/testProject/App.kt:
303
303
# 7| 1: [ExprStmt] <Expr>;
304
304
# 7| 0: [AssignExpr] ...=...
305
305
# 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
309
309
# 7| 3: [WhenBranch] ... -> ...
310
310
# 7| 0: [BooleanLiteral] true
311
311
# 7| 1: [ThrowStmt] throw ...
0 commit comments