Skip to content

Commit

Permalink
Trigger rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
bobismijnnaam committed Jun 27, 2023
1 parent 4dfb15e commit 5fe22da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions col/src/main/java/vct/col/print/Printer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1288,6 +1288,7 @@ case class Printer(out: Appendable,
case InstancePredicateLocation(predicate, obj, args) => say(expr(obj)._1, ".", name(predicate.decl), "(", commas(args.map(NodePhrase)), ")")
case AmbiguousLocation(expr) => say(expr)
case x =>

say(s"Unknown location type in Printer.scala: ${x.getClass.getCanonicalName}")
}

Expand Down

0 comments on commit 5fe22da

Please sign in to comment.