We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We do not support string literal expressions (i.e. "the quick brown fox...").
"the quick brown fox..."
Store these strings within the contract bytecode and load them when referenced.
The text was updated successfully, but these errors were encountered:
Add support for string literals
376ca21
Closes ethereum#186
74a5a83
318519b
c738036
a257be8
d166bf4
93ed841
No branches or pull requests
What is wrong?
We do not support string literal expressions (i.e.
"the quick brown fox..."
).How can it be fixed
Store these strings within the contract bytecode and load them when referenced.
The text was updated successfully, but these errors were encountered: