Skip to content

Commit e63ddd2

Browse files
committed
K2: library-tests/operator-overloads: Accept changes
1 parent 8f8f5f8 commit e63ddd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java/ql/test-kotlin2/library-tests/operator-overloads/PrintAst.expected

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ test.kt:
1212
# 2| 0: [ExprStmt] <Expr>;
1313
# 2| 0: [ImplicitCoercionToUnitExpr] <implicit coercion to unit>
1414
# 2| 0: [TypeAccess] Unit
15-
# 2| 1: [ArrayAccess] ...[...]
16-
# 2| 0: [VarAccess] arr
17-
# 2| 1: [IntegerLiteral] 1
15+
# 2| 1: [MethodCall] get(...)
16+
# 2| -1: [VarAccess] arr
17+
# 2| 0: [IntegerLiteral] 1
1818
# 3| 1: [ExprStmt] <Expr>;
1919
# 3| 0: [ImplicitCoercionToUnitExpr] <implicit coercion to unit>
2020
# 3| 0: [TypeAccess] Unit

0 commit comments

Comments
 (0)