You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
field f: Int
method m(xs: Set[Ref], ys: Set[Ref])
{
inhale forall r: Ref :: r in xs ==> acc(r.f, r in ys ? 1/2 : none)
package true --* true {
assert forall r: Ref :: r in xs ==> acc(r.f, r in ys ? 1/2 : none)
}
}
@jcp19 found this one.
The following example does not verify but should: