array_dimensions.sol 154 B

123456
  1. abstract contract foo {
  2. bool[10 - 10] x;
  3. }
  4. // ---- Expect: diagnostics ----
  5. // error: 3:18-25: zero size array not permitted