mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add warning comment to dangling references docs.
This commit is contained in:
parent
416c3dc1a4
commit
3f112280f8
@ -555,6 +555,7 @@ to long layout in storage<bytes-and-string>`.
|
||||
// SPDX-License-Identifier: GPL-3.0
|
||||
pragma solidity >=0.8.0 <0.9.0;
|
||||
|
||||
// This will report a warning
|
||||
contract C {
|
||||
bytes x = "012345678901234567890123456789";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user