abstract_contract.sol 61 B

123
  1. abstract contract a {
  2. function func2() public virtual;
  3. }