Skip to content

Commit

Permalink
fix soundness bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jcp19 committed Nov 15, 2024
1 parent 392e122 commit 1925f79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/viper/gobra/frontend/Desugar.scala
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ object Desugar extends LazyLogging {
}

// registers main package to generate proof obligations for its init code
importsCollector.registerCurrentPackage(pkg)
mainDesugarer.registerMainPackage(pkg, importsCollector)(config)
val res = (mainDesugarer, mainDesugarer.packageD(pkg))
logger.trace {
Expand Down

0 comments on commit 1925f79

Please sign in to comment.