Skip to content

Commit

Permalink
Add new field to toString() representation
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst authored Dec 17, 2024
1 parent 77b5f74 commit 0304c3c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1896,6 +1896,7 @@ public String toString() {
"," + System.lineSeparator() + " ",
"CallableDeclarationAnnos{",
System.lineSeparator() + "}");
sj.add(className + "." + declaration.getName().toString());
sj.add("returnType = " + returnType);
sj.add("receiverType = " + receiverType);
sj.add("parameterTypes = " + parameterTypes);
Expand Down

0 comments on commit 0304c3c

Please sign in to comment.