Update enum with lifting the restriction for interfaces

This commit is contained in:
Alex Beregszaszi 2018-08-07 22:04:21 +01:00
parent 4dc3335cda
commit 047561f4ec

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.