Skip to content

Commit

Permalink
Fix CtInheritanceScanner
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Al-Istannen committed Jun 24, 2024
1 parent 507cb3b commit a5b4c1a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,7 @@ public <T> void visitCtVariableRead(CtVariableRead<T> e) {
scanCtVariableAccess(e);
scanCtExpression(e);
scanCtCodeElement(e);
scanCtResource(e);
scanCtTypedElement(e);
scanCtElement(e);
scanCtVisitable(e);
Expand Down

0 comments on commit a5b4c1a

Please sign in to comment.