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() public {}
function g() public {}
function test() public {
true?f() : g();
}
}
solang compile --target solana test.sol
thread 'main' panicked at 'expr should not be in cfg: Poison', src/codegen/constant_folding.rs:658:14
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
Version: v0.3.3: Atlantis
The text was updated successfully, but these errors were encountered: