Skip to content

Commit

Permalink
Update pretty printing predicates
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-mc committed Jun 20, 2023
1 parent a01169e commit 732b14e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ private string getContentSpecific(Content c) {
c instanceof MapKeyContent and result = "MapKey"
or
c instanceof MapValueContent and result = "MapValue"
or
c instanceof PointerContent and result = "Dereference"
}

/** Gets the textual representation of the content in the format used for flow summaries. */
Expand Down

0 comments on commit 732b14e

Please sign in to comment.