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

Commit 20efa75

Browse files
committed
Fix the test.
1 parent 4d954c5 commit 20efa75

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ record A(int x, int y) {
33
//^ defined: 1
44
}
55
class B {
6-
B b;
6+
A b;
77
//^ defined: 1
88
}

0 commit comments

Comments
 (0)