power.sol 131 B

123456789
  1. pragma solidity ^0.8.10;
  2. contract AstExample {
  3. constructor() {
  4. 1 ** 2 ** 3;
  5. }
  6. }
  7. // ---- Expect: diagnostics ----