mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Types.h:872 had a comment /// String is interpreted as a subtype of
Bytes. - this was now incorrect after #12593 . That has been removed now.
This commit is contained in:
parent
2b141c23ba
commit
e85bceb417
@ -864,7 +864,6 @@ protected:
|
||||
std::vector<Type const*> decomposition() const override { return {m_baseType}; }
|
||||
|
||||
private:
|
||||
/// String is interpreted as a subtype of Bytes.
|
||||
enum class ArrayKind { Ordinary, Bytes, String };
|
||||
|
||||
bigint unlimitedStaticCalldataSize(bool _padded) const;
|
||||
|
Loading…
Reference in New Issue
Block a user