mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
ast: string literals that are not valid UTF are not convertible to strings
This commit is contained in:
@@ -425,6 +425,8 @@ public:
|
||||
virtual std::string toString(bool) const override;
|
||||
virtual TypePointer mobileType() const override;
|
||||
|
||||
bool isValidUTF8() const;
|
||||
|
||||
std::string const& value() const { return m_value; }
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user