mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[SMTChecker] Fix ICE implicit conversion string literal -> byte
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
pragma experimental SMTChecker;
|
||||
contract C {
|
||||
function f(bytes calldata b) external pure {
|
||||
((b[:])[5]);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user