Closed hajduakos closed 4 years ago
Seems like this is not available for function annotations.
this
For example arrays/ArraysPushPop.sol gives
arrays/ArraysPushPop.sol
> ======= Converting to Boogie IVL ======= > > ======= test/solc-verify/arrays/ArraysPushPop.sol ======= > Annotation:1:9: solc-verify error: Undeclared identifier. "this" is not (or not yet) visible at this point. > address(this).balance > ^--^
Seems like
this
is not available for function annotations.For example
arrays/ArraysPushPop.sol
gives