Skip to content

Let expressions inside magic wands cause verifiers to crash #233

Open
@viper-admin

Description

@viper-admin

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.

Metadata

Metadata

Assignees

Labels

blockerbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions