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
contract Test {
function test() private {
abi.decode(hex"616263", ());
}
}
Output:
thread 'main' panicked at src/codegen/expression.rs:618:21:
removal index (is 0) should be < len (is 0)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
solang version v0.3.3-56-g08dbe495
The text was updated successfully, but these errors were encountered:
Compile:
solang compile a.sol --target solana
Output:
solang version v0.3.3-56-g08dbe495
The text was updated successfully, but these errors were encountered: