Skip to content

Commit 204be4a

Browse files
authored
Merge pull request #15669 from igfoo/igfoo/operator-overloads
Kotlin 2: Accept changes in library-tests/operator-overloads
2 parents 3c35683 + fbf70c6 commit 204be4a

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)