solang-parser 0.2.1

Solang Solidity Parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
Warning: CHC: Assertion violation happens here.
Counterexample:

x = 0

Transaction trace:
test.constructor()
test.f(0)
 --> model_checker_engine_all/input.sol:5:3:
  |
5 | 		assert(x > 0);
  | 		^^^^^^^^^^^^^