We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e479de commit fbf70c6Copy full SHA for fbf70c6
java/ql/test-kotlin2/library-tests/operator-overloads/PrintAst.expected
@@ -12,9 +12,9 @@ test.kt:
12
# 2| 0: [ExprStmt] <Expr>;
13
# 2| 0: [ImplicitCoercionToUnitExpr] <implicit coercion to unit>
14
# 2| 0: [TypeAccess] Unit
15
-# 2| 1: [MethodCall] get(...)
16
-# 2| -1: [VarAccess] arr
17
-# 2| 0: [IntegerLiteral] 1
+# 2| 1: [ArrayAccess] ...[...]
+# 2| 0: [VarAccess] arr
+# 2| 1: [IntegerLiteral] 1
18
# 3| 1: [ExprStmt] <Expr>;
19
# 3| 0: [ImplicitCoercionToUnitExpr] <implicit coercion to unit>
20
# 3| 0: [TypeAccess] Unit
0 commit comments