Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit f3ed662

Browse files
committed
Array accesses are expressions.
1 parent 1aba4c7 commit f3ed662

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

languages/tree-sitter-stack-graphs-java/src/stack-graphs.tsg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -922,6 +922,7 @@ attribute node_symbol = node => symbol = (source-text node), source_n
922922
;; =============
923923

924924
[
925+
(array_access)
925926
(array_initializer)
926927
(expression)
927928
(field_access)

0 commit comments

Comments
 (0)