Kotlin 2: Accept changes in library-tests/operator-overloads

This also brings the Kotlin 2 output back in line with the Kotlin 1
output.
This commit is contained in:
Ian Lynagh
2024-02-20 15:41:22 +00:00
parent 2e479def89
commit fbf70c688f

View File

@@ -12,9 +12,9 @@ test.kt:
# 2| 0: [ExprStmt] <Expr>;
# 2| 0: [ImplicitCoercionToUnitExpr] <implicit coercion to unit>
# 2| 0: [TypeAccess] Unit
# 2| 1: [MethodCall] get(...)
# 2| -1: [VarAccess] arr
# 2| 0: [IntegerLiteral] 1
# 2| 1: [ArrayAccess] ...[...]
# 2| 0: [VarAccess] arr
# 2| 1: [IntegerLiteral] 1
# 3| 1: [ExprStmt] <Expr>;
# 3| 0: [ImplicitCoercionToUnitExpr] <implicit coercion to unit>
# 3| 0: [TypeAccess] Unit