solidity/test/libsolidity/smtCheckerTests/types/bool_simple_1.sol

9 lines
176 B
Solidity
Raw Normal View History

pragma experimental SMTChecker;
contract C {
function f(bool x) public pure {
assert(x);
}
}
// ----
2020-07-13 18:48:00 +00:00
// Warning 6328: (90-99): Assertion violation happens here