mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #7681 from ethereum/develop
Merge develop into develop_060
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
pragma experimental SMTChecker;
|
||||
contract C {
|
||||
bytes20 x;
|
||||
function f(bytes16 b) public view {
|
||||
b[uint8(x[2])];
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning: (116-120): Assertion checker does not yet support index accessing fixed bytes.
|
||||
// Warning: (108-122): Assertion checker does not yet support index accessing fixed bytes.
|
||||
Reference in New Issue
Block a user