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

Commit 41c8079

Browse files
committed
Make the label visible to the body statement.
1 parent 80be54b commit 41c8079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ attribute node_symbol = node => symbol = (source-text node), source_n
583583
attr (ns) pop_symbol = "%Label"
584584
edge ns -> def
585585

586-
edge @stmt.after_scope -> ns
586+
edge @stmt.before_scope -> ns
587587
}
588588

589589
(local_variable_declaration

0 commit comments

Comments
 (0)