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
contractC {
function f() purepublic { selfdestruct; }
}
solar --version: 0.1.1
solc can compile successfully, but solar throws an error.
error: unresolved symbol `selfdestruct`
--> getSeed/seed/selfdestruct_no_call.sol:2:32
|
2 | function f() pure public { selfdestruct; }
| ^^^^^^^^^^^^
|
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: