mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Updating pragma for docs example for bytes concat.
This commit is contained in:
parent
08993a3282
commit
8da630f67b
@ -174,7 +174,7 @@ If you want to use string parameters or other types, you need to convert them to
|
|||||||
::
|
::
|
||||||
|
|
||||||
// SPDX-License-Identifier: GPL-3.0
|
// SPDX-License-Identifier: GPL-3.0
|
||||||
pragma solidity >0.8.3;
|
pragma solidity ^0.8.4;
|
||||||
|
|
||||||
contract C {
|
contract C {
|
||||||
bytes s = "Storage";
|
bytes s = "Storage";
|
||||||
|
Loading…
Reference in New Issue
Block a user