Add warning comment to dangling references docs.

This commit is contained in:
Daniel Kirchner 2022-06-15 14:52:37 +02:00
parent 416c3dc1a4
commit 3f112280f8

View File

@ -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";