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

Commit 1304e3a

Browse files
committed
Test record declarations.
1 parent 372d5e6 commit 1304e3a

File tree

1 file changed

+8
-0
lines changed
  • languages/tree-sitter-stack-graphs-java/test/decl

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
record A(int x, int y) {
2+
A a;
3+
//^ defined: 1
4+
}
5+
class B {
6+
B b;
7+
//^ defined: 1
8+
}

0 commit comments

Comments
 (0)