block_02.sol 296 B

12345678910
  1. contract bar {
  2. function test() public {
  3. int64 b = block.minimum_balance;
  4. assert(b == 93_603_701_976_053);
  5. }
  6. }
  7. // ---- Expect: diagnostics ----
  8. // error: 4:27-48: implicit conversion would change sign from uint128 to int64