`unexpected symbolic argument` for prove tests with two `uint` args
Open
- Dominant language
- Haskell
- Stars
- 2.1k
- Forks
- 320
- PR merge metrics
- No merged PRs in 30d
Description
This test fails with `hevm: unexpected symbolic argument`:
```solidity
function proveSmth(uint x, uint y) public {}
```
This one doesn't :thinking:
```solidity
function proveSmth(uint x) public {}
```
Both run fine the debugger, it's just when running as a command line unit test that we run into issues....
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.