From 047561f4ec2a7c533cedefbda89933526c9a2a59 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Tue, 7 Aug 2018 22:04:21 +0100 Subject: [PATCH] Update enum with lifting the restriction for interfaces --- docs/contracts.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/contracts.rst b/docs/contracts.rst index 2149167b2..561d2f976 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -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.