Allow enums in interfaces

This commit is contained in:
Alex Beregszaszi
2018-08-07 13:28:53 +01:00
parent 9d3827266c
commit 13e37df97c
4 changed files with 1 additions and 9 deletions
@@ -2,4 +2,3 @@ interface I {
enum A { B, C }
}
// ----
// TypeError: (18-33): Enumerable cannot be declared in interfaces.