mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #12626 from nishant-sachdeva/allowing_string_concat_operations
removed comment from Types.h after previous PR rendered it incorrect
This commit is contained in:
commit
6a7da2104f
@ -864,7 +864,6 @@ protected:
|
|||||||
std::vector<Type const*> decomposition() const override { return {m_baseType}; }
|
std::vector<Type const*> decomposition() const override { return {m_baseType}; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/// String is interpreted as a subtype of Bytes.
|
|
||||||
enum class ArrayKind { Ordinary, Bytes, String };
|
enum class ArrayKind { Ordinary, Bytes, String };
|
||||||
|
|
||||||
bigint unlimitedStaticCalldataSize(bool _padded) const;
|
bigint unlimitedStaticCalldataSize(bool _padded) const;
|
||||||
|
Loading…
Reference in New Issue
Block a user