Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Solidity - add "constructor" to main keywords #55

Merged
merged 1 commit into from
Nov 28, 2018
Merged

Solidity - add "constructor" to main keywords #55

merged 1 commit into from
Nov 28, 2018

Conversation

futurejones
Copy link
Contributor

Since Solidity v0.4.23, Solidity has new constructor notation.

contract Foo {
  constructor() public {
    // ...
  }
}

@alexdima
Copy link
Member

👍 Thank you

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants