Is_there_any_way_to_do_something_like_this_with_cu...
# announcements
c
Is_there_any_way_to_do_something_like_this_with_current_state_of_contracts_.txt
d
what you want to describe with that contract? if you need to tell compiler that
block
is called only in some cases, you can just write
callsInPlace(block, InvocationKind.AT_MOST_ONCE)
s