You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
solar --version: 0.1.1
solc reports an error when compiling this program, but solar does not.
solc test.sol
Error: Function declared as pure, but this expression (potentially) reads from the environment or state and thus requires "view".
--> llmGen/solFromError/0eff.sol:6:16:
|
6 | return someValue;
| ^^^^^^^^^
The text was updated successfully, but these errors were encountered:
solar --version
: 0.1.1solc reports an error when compiling this program, but solar does not.
The text was updated successfully, but these errors were encountered: