override_attribute_01.sol 72 B

1234
  1. contract x {
  2. int override internal y = 1;
  3. }