You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: Source file does not specify required compiler version! Consider adding "pragma solidity ^0.8.27;"
--> test/test.sol
Warning: Function state mutability can be restricted to pure
--> test/test.sol:2:2:
|
2 | function dec() public returns (uint ) {
| ^ (Relevant source part starts here and spans across multiple lines).
Remix
Transaction execution failed
Analyse
SMTChecker should report underflow in uint y=x-1;. So this is a false negtive
The text was updated successfully, but these errors were encountered:
Environment
Steps to Reproduce
Command
Remix
Transaction execution failed
Analyse
SMTChecker should report underflow in uint y=x-1;. So this is a false negtive
The text was updated successfully, but these errors were encountered: