solidity/test/libsolidity/smtCheckerTests/operators/shifts/shr_unused.sol
2021-04-08 21:03:39 +02:00

11 lines
183 B
Solidity

contract C {
function f() public pure {
fixed x;
assert(x >>> 6 == 0);
}
}
// ====
// SMTEngine: all
// ----
// UnimplementedFeatureError: Not yet implemented - FixedPointType.