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

Commit c76bd63

Browse files
committed
Assert all the way to the happy path.
1 parent 9195cc8 commit c76bd63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

languages/tree-sitter-stack-graphs-java/test/statement/getter_method.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ void setBar(String b) {
99
class Baz {
1010
public static void main(String[] args) {
1111
Foo f = new Foo();
12+
//^ defined: 1
13+
// ^ defined: 1
1214
f.setBar("high");
1315
// ^ defined: 11
1416
// ^ defined: 4

0 commit comments

Comments
 (0)