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 can compile successfully, but solar throws an error.
error: invalid data location `storage`
--> getSeed/seed/storage_calldata_refs.sol:4:14
|
4 | function fun(uint[] storage _y) {
| ^^^^^^^^^^^^^^^^^
|
= note: data location must be `memory` or `calldata` for public function parameter, but got `storage`
error: aborting due to 1 previous error
The text was updated successfully, but these errors were encountered:
solar --version
: 0.1.1solc can compile successfully, but solar throws an error.
The text was updated successfully, but these errors were encountered: