Skip to content

Commit fbf70c6

Browse files
committed
Kotlin 2: Accept changes in library-tests/operator-overloads
This also brings the Kotlin 2 output back in line with the Kotlin 1 output.
1 parent 2e479de commit fbf70c6

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: [MethodCall] get(...)
16-
# 2| -1: [VarAccess] arr
17-
# 2| 0: [IntegerLiteral] 1
15+
# 2| 1: [ArrayAccess] ...[...]
16+
# 2| 0: [VarAccess] arr
17+
# 2| 1: [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)