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

Commit 1c0df17

Browse files
committed
Test parameters.
1 parent 1188506 commit 1c0df17

File tree

1 file changed

+5
-1
lines changed
  • languages/tree-sitter-stack-graphs-java/test/decl

1 file changed

+5
-1
lines changed

languages/tree-sitter-stack-graphs-java/test/decl/record.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
record A(int x, int y) {
1+
record A(int x) {
22
A a;
33
//^ defined: 1
4+
void f() {
5+
x;
6+
//^ defined: 1
7+
}
48
}
59
class B {
610
A b;

0 commit comments

Comments
 (0)