override_attribute.sol 164 B

123456
  1. contract x {
  2. int override y = 1;
  3. }
  4. // ---- Expect: diagnostics ----
  5. // error: 2:17-25: only public variable can be declared 'override'