Closed area closed 7 years ago
This isn't a problem any more (for now...) because of the change in approach to instrumenting (804c5fb428b5466006cfe9b1e450c001036c9987) i.e. we know that we can't instrument part of a statement, so we don't delve any deeper into the statement, so we don't 'see' the bitshift operator.
Solidity 0.4.7 got released yesterday, which includes bitshift operators. While great for programmers, that's not something that we can deal with currently.