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
That error seems to be shown every time the parser comes across a token it cannot parse in that context. So a general error message such as This statement does not belong here would be sufficient.
When
_ensures
is not used to annotate a function like in the following code:The same applies to the annotations
_requires
when not used to annotate a function and_invariant
when not used to annotate a loop.The text was updated successfully, but these errors were encountered: