Created by bitbucket user BR_ on 2020-02-20 01:34
Last updated on 2020-02-20 07:53
The following code proves false:
field data: Int
method foo(x: Ref)
requires acc(x.data)
{
package acc(x.data) --* false {
assert acc(x.data) && acc(x.data)
assert false
}
assert acc(x.data)
apply acc(x.data) --* false
assert false
}
We are using the Silicon back-end, with the latest build.
The following code proves false:
We are using the Silicon back-end, with the latest build.