constructor_named.sol 58 B

123
  1. abstract contract Foo {
  2. constructor my_new_foo() {}
  3. }