Skip to content
Snippets Groups Projects
Commit cdf0f476 authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

Fix interpolation

parent 71a8d97d
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ class InductionTactic(vctx: VerificationContext) extends DefaultTactic(vctx) { ...@@ -80,7 +80,7 @@ class InductionTactic(vctx: VerificationContext) extends DefaultTactic(vctx) {
// Crop the call to display it properly // Crop the call to display it properly
val fiS = sizeLimit(fi.toString, 25) val fiS = sizeLimit(fi.toString, 25)
VC(vc, fd, VCKinds.Info(VCKinds.Precondition, "call $fiS, ind. on ($arg : ${cct.classDef.id)}"), this).setPos(fi) VC(vc, fd, VCKinds.Info(VCKinds.Precondition, s"call $fiS, ind. on ($arg : ${cct.classDef.id})"), this).setPos(fi)
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment