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() externalview {}
function test(addressa) externalviewreturns (boolstatus) {
// This used to incorrectly raise an error about violating the view mutability.
(status,) = a.staticcall.gas(42)("");
this.f.gas(42)();
}
}
solc-verify internal exception: Expected tuple as RHSDetails:/root/project/libsolidity/boogie/AssignHelper.cpp(92): Throw in function static void dev::solidity::AssignHelper::makeTupleAssign(dev::solidity::AssignHelper::AssignParam, dev::solidity::AssignHelper::AssignParam, const dev::solidity::ASTNode*, dev::solidity::BoogieContext&, dev::solidity::AssignHelper::AssignResult&)Dynamic exception type: boost::exception_detail::clone_impl<langutil::InternalCompilerError>std::exception::what: Expected tuple as RHS[dev::tag_comment*] = Expected tuple as RHS
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: