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

Commit 69c7cc3

Browse files
committed
Test continue with label.
1 parent d7274c5 commit 69c7cc3

File tree

1 file changed

+10
-0
lines changed
  • languages/tree-sitter-stack-graphs-java/test/statement

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
class A {
2+
void f() {
3+
foo: for(;;) {
4+
for(;;) {
5+
continue foo;
6+
// ^ defined: 3
7+
}
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)