highlight enum with abstract methods until enum initializer is added

IDEA-184704
This commit is contained in:
Anna.Kozlova
2018-01-11 18:51:32 +01:00
parent 796d03edf9
commit d74021cd16
9 changed files with 24 additions and 18 deletions

View File

@@ -4,5 +4,5 @@ interface Card {
}
enum E implements Card {
A<caret>
A{}, B<caret>
}

View File

@@ -4,5 +4,5 @@ interface Card {
}
enum E implements Card {
A<caret>
A{}, B<caret>
}