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
voidmoveTo(ref TokenRange fr) in { assert(base is fr.base); assert(context is fr.context);
assert(content is fr.content); assert(index < fr.index); } do {
voidmoveTo(ref TokenRange fr) in {
assert(base is fr.base); assert(context is fr.context);
assert(content is fr.content); assert(index < fr.index);
} do {
The text was updated successfully, but these errors were encountered:
Currently sdfmt formats new-syntax contracts this way:
This is not really nice to read.
Couldn’t we give each contract its own line?
Also, one wouldn’t write assertions or oldskool-contracts this way either…
The text was updated successfully, but these errors were encountered: