Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added experimental, solidity and constructor keywords #7

Merged
merged 2 commits into from
Oct 21, 2018

Conversation

mohoff
Copy link
Contributor

@mohoff mohoff commented Oct 21, 2018

Example of valid solidity header:

pragma solidity ^0.4.25;
pragma experimental "ABIEncoderV2";

Example of valid solidity header:

```solidity
pragma solidity ^0.4.25;
pragma experimental "ABIEncoderV2";
```
@mohoff mohoff changed the title Added experimental and solidity keywords Added experimental, solidity and constructor keywords Oct 21, 2018
@s-tikhomirov s-tikhomirov merged commit b18f525 into s-tikhomirov:master Oct 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants