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
Version: v0.3.3: Atlantis
type MyUInt8 is uint8; contract C { function j(MyUInt8 a) external returns (uint) { return MyUInt8.unwrap(a); } }
solang compile --target solana test.sol thread 'main' panicked at 'assertion failed: `(left == right)` left: `1`, right: `32`', src/emit/expression.rs:1933:13 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version: v0.3.3: Atlantis
The text was updated successfully, but these errors were encountered: