epfl-lara / stainless

Verification framework and tool for higher-order Scala programs
https://epfl-lara.github.io/stainless/
Apache License 2.0
349 stars 49 forks source link

Draft: Support for throw new Exception encoded as `assert(false)` fixes #1512 #1521

Closed samuelchassot closed 2 months ago

samuelchassot commented 2 months ago

TODO:

vkuncak commented 2 months ago

Also rebase so we see changes more easily. :)

vkuncak commented 2 months ago

You need to fix i800b.scala since the message for throw is changed.