Open
Description
Created by @vakaras on 2018-03-18 19:38
Last updated on 2018-03-19 12:54
Example:
#!silver
method test()
ensures (
true
--*
let tmp2 == (
true
) in (
tmp2
--*
true
)
)
{
}
Since this example crashes both back-ends with NoSuchElementException: key not found: tmp2
, I suspect that this is a Silver issue. This is a blocking issue for Prusti.