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
User-defined/Built-in KeY sorts are supposed to be accessible from within JML using a \dl_ escape. However, this does not work within quantified expressions.
Steps to reproduce
always
final class C {
//@ invariant (\forall \dl_Seq c; c == c);
}
Description
User-defined/Built-in KeY sorts are supposed to be accessible from within JML using a
\dl_
escape. However, this does not work within quantified expressions.Steps to reproduce
always
does not load in KeY.
--
The text was updated successfully, but these errors were encountered: