mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Allow enums in interfaces
This commit is contained in:
@@ -2,4 +2,3 @@ interface I {
|
||||
enum A { B, C }
|
||||
}
|
||||
// ----
|
||||
// TypeError: (18-33): Enumerable cannot be declared in interfaces.
|
||||
|
||||
Reference in New Issue
Block a user