From e63ddd2071a778fc4b257c07bdab32e1967e366c Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 27 Oct 2023 13:50:25 +0100 Subject: [PATCH] K2: library-tests/operator-overloads: Accept changes --- .../library-tests/operator-overloads/PrintAst.expected | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/java/ql/test-kotlin2/library-tests/operator-overloads/PrintAst.expected b/java/ql/test-kotlin2/library-tests/operator-overloads/PrintAst.expected index d22a81210ba..b43d88b4531 100644 --- a/java/ql/test-kotlin2/library-tests/operator-overloads/PrintAst.expected +++ b/java/ql/test-kotlin2/library-tests/operator-overloads/PrintAst.expected @@ -12,9 +12,9 @@ test.kt: # 2| 0: [ExprStmt] ; # 2| 0: [ImplicitCoercionToUnitExpr] # 2| 0: [TypeAccess] Unit -# 2| 1: [ArrayAccess] ...[...] -# 2| 0: [VarAccess] arr -# 2| 1: [IntegerLiteral] 1 +# 2| 1: [MethodCall] get(...) +# 2| -1: [VarAccess] arr +# 2| 0: [IntegerLiteral] 1 # 3| 1: [ExprStmt] ; # 3| 0: [ImplicitCoercionToUnitExpr] # 3| 0: [TypeAccess] Unit