Skip to content

Commit

Permalink
Update src/main/scala/viper/silver/ast/utility/chopper/Chopper.scala
Browse files Browse the repository at this point in the history
Co-authored-by: João Pereira <[email protected]>
  • Loading branch information
Felalolf and jcp19 authored Mar 4, 2024
1 parent 071f17c commit c22e668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/viper/silver/ast/utility/chopper/Chopper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -906,8 +906,8 @@ trait Edges { this: Vertices =>
/**
* Returns all entities referenced in the argument node.
* May only be used as the target of a dependency.
* The result is an unsorted sequence of vertices.
* The vertices are never sorted, and duplicates are fine.
* The result is an unsorted sequence of vertices, which
* may contain duplicates.
* Note that they are sorted indirectly when the edges are sorted.
* */
protected def directUsages: PartialFunction[ast.Node, Seq[Vertices.Vertex]] = {
Expand Down

0 comments on commit c22e668

Please sign in to comment.