Skip to content

Commit

Permalink
added .length array field back to fieldAccess
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed May 8, 2024
1 parent 5f8b840 commit 0e3b120
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,11 @@ public boolean visit(QualifiedName node) {
insert(fieldAccess, getParent(), ownValue);
}

if (((ISourceLocation) ownValue).getScheme().equals("java+arrayLength")) {
insert(fieldAccess, getParent(), ownValue);
}


return true;
}

Expand Down
Binary file modified test/org/rascalmpl/test/data/m3/junit4-m3s.bin
Binary file not shown.

0 comments on commit 0e3b120

Please sign in to comment.