mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
SMTChecker docs test may issue a warning
This commit is contained in:
@@ -547,6 +547,7 @@ not mean loss of proving power.
|
||||
|
||||
pragma solidity >=0.5.0;
|
||||
pragma experimental SMTChecker;
|
||||
// This may report a warning if no SMT solver available.
|
||||
|
||||
contract Recover
|
||||
{
|
||||
@@ -601,6 +602,7 @@ types.
|
||||
pragma solidity >=0.5.0;
|
||||
pragma experimental SMTChecker;
|
||||
// This will report a warning
|
||||
|
||||
contract Aliasing
|
||||
{
|
||||
uint[] array;
|
||||
|
||||
Reference in New Issue
Block a user