Skip to content

Commit

Permalink
Clarify none
Browse files Browse the repository at this point in the history
  • Loading branch information
bobismijnnaam committed Oct 12, 2023
1 parent 333657b commit 37be115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rewrite/vct/rewrite/bip/EncodeBip.scala
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ case class EncodeBip[Pre <: Generation](results: VerificationResults) extends Re
override def dispatch(expr: Expr[Pre]): Expr[Post] = expr match {
case t @ ThisObject(_) => currentThis.topOption match {
case Some(res) => res
case _ => t.rewrite()
case None => t.rewrite()
}

case l @ BipLocalIncomingData(Ref(data)) => incomingDataContext.top match {
Expand Down

0 comments on commit 37be115

Please sign in to comment.