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
pragma ton-solidity >= 0.74.0;
contract ia {
function foo() internal {
format("{:x02}", 0);
}
}
$ sold --version
sold 0.76.0+commit.37302a88.mod.Linux.g++
$ sold ia.sol
Unknown exception during compilation: Dynamic exception type: std::invalid_argument
std::exception::what: stoi
Compilation failed
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: