@extern
functions preconditions wiped out in presence of unsupported constructs
#1274
Labels
@extern
functions preconditions wiped out in presence of unsupported constructs
#1274
In the following snippet, the call to
ext2
(intest2
) does not generate a VC for the precondition ofext2
:It seems that having constructs that Stainless does not support leads to having the
require
clauses being dropped (the postconditions are unaffected, though)The text was updated successfully, but these errors were encountered: