Merge pull request #4747 from ethereum/enum-docs

Update enum with lifting the restriction for interfaces
This commit is contained in:
chriseth 2018-08-08 12:56:07 +02:00 committed by GitHub
commit 42447a14eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1158,7 +1158,6 @@ Interfaces are similar to abstract contracts, but they cannot have any functions
- Cannot define constructor.
- Cannot define variables.
- Cannot define structs.
- Cannot define enums.
Some of these restrictions might be lifted in the future.