constructor_names.sol 115 B

1234567
  1. contract C {
  2. constructor my_constructor () {}
  3. function foo() public pure {}
  4. }
  5. // ---- Expect: diagnostics ----